sampleMethod property

String? sampleMethod
getter/setter pair

How to sample the data. Possible string values are:

  • "SAMPLE_METHOD_UNSPECIFIED" : No sampling.
  • "TOP" : Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
  • "RANDOM_START" : Randomly pick groups of rows to scan.

Implementation

core.String? sampleMethod;