QueryStatus
class QueryStatus
Information about the status of the query, including progress and bytes scanned.
Types
Properties
Link copied to clipboard
The amount of data scanned by the query in bytes that you will be charged for. This is a cumulative sum and represents the total amount of data that you will be charged for since the query was started. The charge is applied only once and is either applied when the query completes running or when the query is cancelled.
Link copied to clipboard
The amount of data scanned by the query in bytes. This is a cumulative sum and represents the total amount of bytes scanned since the query was started.
Link copied to clipboard
The progress of the query, expressed as a percentage.