totalBytesProcessed property

String? totalBytesProcessed
getter/setter pair

The total number of bytes processed for this query.

If this query was a dry run, this is the number of bytes that would be processed if the query were run.

Implementation

core.String? totalBytesProcessed;