public static interface QueryStatus.Builder extends SdkPojo, CopyableBuilder<QueryStatus.Builder,QueryStatus>
| Modifier and Type | Method and Description |
|---|---|
QueryStatus.Builder |
cumulativeBytesMetered(Long cumulativeBytesMetered)
The amount of data scanned by the query in bytes that you will be charged for.
|
QueryStatus.Builder |
cumulativeBytesScanned(Long cumulativeBytesScanned)
The amount of data scanned by the query in bytes.
|
QueryStatus.Builder |
progressPercentage(Double progressPercentage)
The progress of the query, expressed as a percentage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryStatus.Builder progressPercentage(Double progressPercentage)
The progress of the query, expressed as a percentage.
progressPercentage - The progress of the query, expressed as a percentage.QueryStatus.Builder cumulativeBytesScanned(Long cumulativeBytesScanned)
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.
cumulativeBytesScanned - 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.QueryStatus.Builder cumulativeBytesMetered(Long cumulativeBytesMetered)
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.
cumulativeBytesMetered - 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.Copyright © 2023. All rights reserved.