AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Information about the status of the query, including progress and bytes scanned.
Namespace: Amazon.TimestreamQuery.Model
Assembly: AWSSDK.TimestreamQuery.dll
Version: 3.x.y.z
public class QueryStatus
The QueryStatus type exposes the following members
Name | Description | |
---|---|---|
![]() |
QueryStatus() |
Name | Type | Description | |
---|---|---|---|
![]() |
CumulativeBytesMetered | System.Int64 |
Gets and sets the property 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. |
![]() |
CumulativeBytesScanned | System.Int64 |
Gets and sets the property 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. |
![]() |
ProgressPercentage | System.Double |
Gets and sets the property ProgressPercentage. The progress of the query, expressed as a percentage. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5