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.

This is the response object from the Query operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.TimestreamQuery.Model.QueryResponse

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

Syntax

C#
public class QueryResponse : AmazonWebServiceResponse

The QueryResponse type exposes the following members

Constructors

NameDescription
Public Method QueryResponse()

Properties

NameTypeDescription
Public Property ColumnInfo System.Collections.Generic.List<Amazon.TimestreamQuery.Model.ColumnInfo>

Gets and sets the property ColumnInfo.

The column data types of the returned result set.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property NextToken System.String

Gets and sets the property NextToken.

A pagination token that can be used again on a Query call to get the next set of results.

Public Property QueryId System.String

Gets and sets the property QueryId.

A unique ID for the given query.

Public Property QueryInsightsResponse Amazon.TimestreamQuery.Model.QueryInsightsResponse

Gets and sets the property QueryInsightsResponse.

Encapsulates QueryInsights containing insights and metrics related to the query that you executed.

Public Property QueryStatus Amazon.TimestreamQuery.Model.QueryStatus

Gets and sets the property QueryStatus.

Information about the status of the query, including progress and bytes scanned.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Rows System.Collections.Generic.List<Amazon.TimestreamQuery.Model.Row>

Gets and sets the property Rows.

The result set rows returned by the query.

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