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.
This is the response object from the Query operation.
Namespace: Amazon.TimestreamQuery.Model
Assembly: AWSSDK.TimestreamQuery.dll
Version: 3.x.y.z
public class QueryResponse : AmazonWebServiceResponse
The QueryResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
QueryResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ColumnInfo | System.Collections.Generic.List<Amazon.TimestreamQuery.Model.ColumnInfo> |
Gets and sets the property ColumnInfo. The column data types of the returned result set. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken.
A pagination token that can be used again on a |
![]() |
QueryId | System.String |
Gets and sets the property QueryId. A unique ID for the given query. |
![]() |
QueryInsightsResponse | Amazon.TimestreamQuery.Model.QueryInsightsResponse |
Gets and sets the property QueryInsightsResponse.
Encapsulates |
![]() |
QueryStatus | Amazon.TimestreamQuery.Model.QueryStatus |
Gets and sets the property QueryStatus. Information about the status of the query, including progress and bytes scanned. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Rows | System.Collections.Generic.List<Amazon.TimestreamQuery.Model.Row> |
Gets and sets the property Rows. The result set rows returned by the query. |
.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