sampleMethod property

String? sampleMethod
getter/setter pair

How to sample the data. Possible string values are:

  • "SAMPLE_METHOD_UNSPECIFIED" : No sampling.
  • "TOP" : Scan from the top (default).
  • "RANDOM_START" : For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.

Implementation

core.String? sampleMethod;