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.
Implementation for accessing TimestreamQuery
Amazon Timestream QueryNamespace: Amazon.TimestreamQuery
Assembly: AWSSDK.TimestreamQuery.dll
Version: 3.x.y.z
public class AmazonTimestreamQueryClient : AmazonServiceClient IAmazonService, IAmazonTimestreamQuery, IDisposable
The AmazonTimestreamQueryClient type exposes the following members
Name | Description | |
---|---|---|
AmazonTimestreamQueryClient() |
Constructs AmazonTimestreamQueryClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonTimestreamQueryClient(RegionEndpoint) |
Constructs AmazonTimestreamQueryClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonTimestreamQueryClient(AmazonTimestreamQueryConfig) |
Constructs AmazonTimestreamQueryClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonTimestreamQueryClient(AWSCredentials) |
Constructs AmazonTimestreamQueryClient with AWS Credentials |
|
AmazonTimestreamQueryClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonTimestreamQueryClient with AWS Credentials |
|
AmazonTimestreamQueryClient(AWSCredentials, AmazonTimestreamQueryConfig) |
Constructs AmazonTimestreamQueryClient with AWS Credentials and an AmazonTimestreamQueryClient Configuration object. |
|
AmazonTimestreamQueryClient(string, string) |
Constructs AmazonTimestreamQueryClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamQueryClient(string, string, RegionEndpoint) |
Constructs AmazonTimestreamQueryClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamQueryClient(string, string, AmazonTimestreamQueryConfig) |
Constructs AmazonTimestreamQueryClient with AWS Access Key ID, AWS Secret Key and an AmazonTimestreamQueryClient Configuration object. |
|
AmazonTimestreamQueryClient(string, string, string) |
Constructs AmazonTimestreamQueryClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamQueryClient(string, string, string, RegionEndpoint) |
Constructs AmazonTimestreamQueryClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamQueryClient(string, string, string, AmazonTimestreamQueryConfig) |
Constructs AmazonTimestreamQueryClient with AWS Access Key ID, AWS Secret Key and an AmazonTimestreamQueryClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.TimestreamQuery.Model.ITimestreamQueryPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
CancelQuery(CancelQueryRequest) |
Cancels a query that has been issued. Cancellation is provided only if the query
has not completed running before the cancellation request was issued. Because cancellation
is an idempotent operation, subsequent cancellation requests will return a |
|
CancelQueryAsync(CancelQueryRequest, CancellationToken) |
Cancels a query that has been issued. Cancellation is provided only if the query
has not completed running before the cancellation request was issued. Because cancellation
is an idempotent operation, subsequent cancellation requests will return a |
|
CreateScheduledQuery(CreateScheduledQueryRequest) |
Create a scheduled query that will be run on your behalf at the configured schedule.
Timestream assumes the execution role provided as part of the |
|
CreateScheduledQueryAsync(CreateScheduledQueryRequest, CancellationToken) |
Create a scheduled query that will be run on your behalf at the configured schedule.
Timestream assumes the execution role provided as part of the |
|
DeleteScheduledQuery(DeleteScheduledQueryRequest) |
Deletes a given scheduled query. This is an irreversible operation. |
|
DeleteScheduledQueryAsync(DeleteScheduledQueryRequest, CancellationToken) |
Deletes a given scheduled query. This is an irreversible operation. |
|
DescribeAccountSettings(DescribeAccountSettingsRequest) |
Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload. You're charged only for the duration of compute units used for your workloads. |
|
DescribeAccountSettingsAsync(DescribeAccountSettingsRequest, CancellationToken) |
Describes the settings for your account that include the query pricing model and the configured maximum TCUs the service can use for your query workload. You're charged only for the duration of compute units used for your workloads. |
|
DescribeEndpoints(DescribeEndpointsRequest) |
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query. Because the Timestream SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless:
For detailed information on how and when to use and implement DescribeEndpoints, see The Endpoint Discovery Pattern. |
|
DescribeEndpointsAsync(DescribeEndpointsRequest, CancellationToken) |
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query. Because the Timestream SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless:
For detailed information on how and when to use and implement DescribeEndpoints, see The Endpoint Discovery Pattern. |
|
DescribeScheduledQuery(DescribeScheduledQueryRequest) |
Provides detailed information about a scheduled query. |
|
DescribeScheduledQueryAsync(DescribeScheduledQueryRequest, CancellationToken) |
Provides detailed information about a scheduled query. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExecuteScheduledQuery(ExecuteScheduledQueryRequest) |
You can use this API to run a scheduled query manually.
If you enabled |
|
ExecuteScheduledQueryAsync(ExecuteScheduledQueryRequest, CancellationToken) |
You can use this API to run a scheduled query manually.
If you enabled |
|
ListScheduledQueries(ListScheduledQueriesRequest) |
Gets a list of all scheduled queries in the caller's Amazon account and Region. |
|
ListScheduledQueriesAsync(ListScheduledQueriesRequest, CancellationToken) |
Gets a list of all scheduled queries in the caller's Amazon account and Region. |
|
ListTagsForResource(ListTagsForResourceRequest) |
List all tags on a Timestream query resource. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
List all tags on a Timestream query resource. |
|
PrepareQuery(PrepareQueryRequest) |
A synchronous operation that allows you to submit a query with parameters to be stored
by Timestream for later running. Timestream only supports using this operation with
|
|
PrepareQueryAsync(PrepareQueryRequest, CancellationToken) |
A synchronous operation that allows you to submit a query with parameters to be stored
by Timestream for later running. Timestream only supports using this operation with
|
|
Query(QueryRequest) |
If you enabled
The maximum number of
Your query request will fail in the following cases:
|
|
QueryAsync(QueryRequest, CancellationToken) |
If you enabled
The maximum number of
Your query request will fail in the following cases:
|
|
TagResource(TagResourceRequest) |
Associate a set of tags with a Timestream resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Associate a set of tags with a Timestream resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. |
|
UntagResource(UntagResourceRequest) |
Removes the association of tags from a Timestream query resource. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes the association of tags from a Timestream query resource. |
|
UpdateAccountSettings(UpdateAccountSettingsRequest) |
Transitions your account to use TCUs for query pricing and modifies the maximum query
compute units that you've configured. If you reduce the value of
After you've transitioned your account to use TCUs for query pricing, you can't transition
to using bytes scanned for query pricing.
|
|
UpdateAccountSettingsAsync(UpdateAccountSettingsRequest, CancellationToken) |
Transitions your account to use TCUs for query pricing and modifies the maximum query
compute units that you've configured. If you reduce the value of
After you've transitioned your account to use TCUs for query pricing, you can't transition
to using bytes scanned for query pricing.
|
|
UpdateScheduledQuery(UpdateScheduledQueryRequest) |
Update a scheduled query. |
|
UpdateScheduledQueryAsync(UpdateScheduledQueryRequest, CancellationToken) |
Update a scheduled query. |
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.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