samplingPercent property

double? samplingPercent
getter/setter pair

The percentage of the records to be selected from the dataset for DataScan.

Value can range between 0.0 and 100.0 with up to 3 significant decimal digits. Sampling is not applied if sampling_percent is not specified, 0 or 100.

Optional.

Implementation

core.double? samplingPercent;