AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.TimestreamQuery.Model.QueryStatus

Namespace: Amazon.TimestreamQuery.Model
Assembly: AWSSDK.TimestreamQuery.dll
Version: 3.x.y.z

Syntax

C#
public class QueryStatus

The QueryStatus type exposes the following members

Constructors

NameDescription
Public Method QueryStatus()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property ProgressPercentage System.Double

Gets and sets the property ProgressPercentage.

The progress of the query, expressed as a percentage.

Version Information

.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