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 TimestreamInfluxDB
Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.Namespace: Amazon.TimestreamInfluxDB
Assembly: AWSSDK.TimestreamInfluxDB.dll
Version: 3.x.y.z
public class AmazonTimestreamInfluxDBClient : AmazonServiceClient IAmazonService, IAmazonTimestreamInfluxDB, IDisposable
The AmazonTimestreamInfluxDBClient type exposes the following members
Name | Description | |
---|---|---|
AmazonTimestreamInfluxDBClient() |
Constructs AmazonTimestreamInfluxDBClient 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> |
|
AmazonTimestreamInfluxDBClient(RegionEndpoint) |
Constructs AmazonTimestreamInfluxDBClient 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> |
|
AmazonTimestreamInfluxDBClient(AmazonTimestreamInfluxDBConfig) |
Constructs AmazonTimestreamInfluxDBClient 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> |
|
AmazonTimestreamInfluxDBClient(AWSCredentials) |
Constructs AmazonTimestreamInfluxDBClient with AWS Credentials |
|
AmazonTimestreamInfluxDBClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonTimestreamInfluxDBClient with AWS Credentials |
|
AmazonTimestreamInfluxDBClient(AWSCredentials, AmazonTimestreamInfluxDBConfig) |
Constructs AmazonTimestreamInfluxDBClient with AWS Credentials and an AmazonTimestreamInfluxDBClient Configuration object. |
|
AmazonTimestreamInfluxDBClient(string, string) |
Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamInfluxDBClient(string, string, RegionEndpoint) |
Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamInfluxDBClient(string, string, AmazonTimestreamInfluxDBConfig) |
Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID, AWS Secret Key and an AmazonTimestreamInfluxDBClient Configuration object. |
|
AmazonTimestreamInfluxDBClient(string, string, string) |
Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamInfluxDBClient(string, string, string, RegionEndpoint) |
Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key |
|
AmazonTimestreamInfluxDBClient(string, string, string, AmazonTimestreamInfluxDBConfig) |
Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID, AWS Secret Key and an AmazonTimestreamInfluxDBClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.TimestreamInfluxDB.Model.ITimestreamInfluxDBPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
CreateDbInstance(CreateDbInstanceRequest) |
Creates a new Timestream for InfluxDB DB instance. |
|
CreateDbInstanceAsync(CreateDbInstanceRequest, CancellationToken) |
Creates a new Timestream for InfluxDB DB instance. |
|
CreateDbParameterGroup(CreateDbParameterGroupRequest) |
Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances. |
|
CreateDbParameterGroupAsync(CreateDbParameterGroupRequest, CancellationToken) |
Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances. |
|
DeleteDbInstance(DeleteDbInstanceRequest) |
Deletes a Timestream for InfluxDB DB instance. |
|
DeleteDbInstanceAsync(DeleteDbInstanceRequest, CancellationToken) |
Deletes a Timestream for InfluxDB DB instance. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetDbInstance(GetDbInstanceRequest) |
Returns a Timestream for InfluxDB DB instance. |
|
GetDbInstanceAsync(GetDbInstanceRequest, CancellationToken) |
Returns a Timestream for InfluxDB DB instance. |
|
GetDbParameterGroup(GetDbParameterGroupRequest) |
Returns a Timestream for InfluxDB DB parameter group. |
|
GetDbParameterGroupAsync(GetDbParameterGroupRequest, CancellationToken) |
Returns a Timestream for InfluxDB DB parameter group. |
|
ListDbInstances(ListDbInstancesRequest) |
Returns a list of Timestream for InfluxDB DB instances. |
|
ListDbInstancesAsync(ListDbInstancesRequest, CancellationToken) |
Returns a list of Timestream for InfluxDB DB instances. |
|
ListDbParameterGroups(ListDbParameterGroupsRequest) |
Returns a list of Timestream for InfluxDB DB parameter groups. |
|
ListDbParameterGroupsAsync(ListDbParameterGroupsRequest, CancellationToken) |
Returns a list of Timestream for InfluxDB DB parameter groups. |
|
ListTagsForResource(ListTagsForResourceRequest) |
A list of tags applied to the resource. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
A list of tags applied to the resource. |
|
TagResource(TagResourceRequest) |
Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources. |
|
UntagResource(UntagResourceRequest) |
Removes the tag from the specified resource. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes the tag from the specified resource. |
|
UpdateDbInstance(UpdateDbInstanceRequest) |
Updates a Timestream for InfluxDB DB instance. |
|
UpdateDbInstanceAsync(UpdateDbInstanceRequest, CancellationToken) |
Updates a Timestream for InfluxDB DB instance. |
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