sampleMethod property
Possible string values are:
- "SAMPLE_METHOD_UNSPECIFIED"
- "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;