Module: Google::Privacy::Dlp::V2::BigQueryOptions::SampleMethod

Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb

Overview

How to sample rows if not all rows are scanned. Meaningful only when used in conjunction with either rows_limit or rows_limit_percent. If not specified, scanning would start from the top.

Constant Summary collapse

SAMPLE_METHOD_UNSPECIFIED =
0
TOP =

Scan from the top (default).

1
RANDOM_START =

Randomly pick the row to start scanning. The scanned rows are contiguous.

2