totalBytesProcessedAccuracy property

String? totalBytesProcessedAccuracy
getter/setter pair

For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate.

Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost.

Output only.

Implementation

core.String? totalBytesProcessedAccuracy;