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.

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonServiceClient
    Amazon.TimestreamInfluxDB.AmazonTimestreamInfluxDBClient

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

Syntax

C#
public class AmazonTimestreamInfluxDBClient : AmazonServiceClient
         IAmazonService, IAmazonTimestreamInfluxDB, IDisposable

The AmazonTimestreamInfluxDBClient type exposes the following members

Constructors

NameDescription
Public Method 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>
             

Public Method 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>
             

Public Method 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>
             

Public Method AmazonTimestreamInfluxDBClient(AWSCredentials)

Constructs AmazonTimestreamInfluxDBClient with AWS Credentials

Public Method AmazonTimestreamInfluxDBClient(AWSCredentials, RegionEndpoint)

Constructs AmazonTimestreamInfluxDBClient with AWS Credentials

Public Method AmazonTimestreamInfluxDBClient(AWSCredentials, AmazonTimestreamInfluxDBConfig)

Constructs AmazonTimestreamInfluxDBClient with AWS Credentials and an AmazonTimestreamInfluxDBClient Configuration object.

Public Method AmazonTimestreamInfluxDBClient(string, string)

Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonTimestreamInfluxDBClient(string, string, RegionEndpoint)

Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonTimestreamInfluxDBClient(string, string, AmazonTimestreamInfluxDBConfig)

Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID, AWS Secret Key and an AmazonTimestreamInfluxDBClient Configuration object.

Public Method AmazonTimestreamInfluxDBClient(string, string, string)

Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonTimestreamInfluxDBClient(string, string, string, RegionEndpoint)

Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonTimestreamInfluxDBClient(string, string, string, AmazonTimestreamInfluxDBConfig)

Constructs AmazonTimestreamInfluxDBClient with AWS Access Key ID, AWS Secret Key and an AmazonTimestreamInfluxDBClient Configuration object.

Properties

NameTypeDescription
Public Property Config Amazon.Runtime.IClientConfig Inherited from Amazon.Runtime.AmazonServiceClient.
Public Property Paginators Amazon.TimestreamInfluxDB.Model.ITimestreamInfluxDBPaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method CreateDbInstance(CreateDbInstanceRequest)

Creates a new Timestream for InfluxDB DB instance.

Public Method CreateDbInstanceAsync(CreateDbInstanceRequest, CancellationToken)

Creates a new Timestream for InfluxDB DB instance.

Public Method CreateDbParameterGroup(CreateDbParameterGroupRequest)

Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.

Public Method CreateDbParameterGroupAsync(CreateDbParameterGroupRequest, CancellationToken)

Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.

Public Method DeleteDbInstance(DeleteDbInstanceRequest)

Deletes a Timestream for InfluxDB DB instance.

Public Method DeleteDbInstanceAsync(DeleteDbInstanceRequest, CancellationToken)

Deletes a Timestream for InfluxDB DB instance.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method Dispose() Inherited from Amazon.Runtime.AmazonServiceClient.
Public Method GetDbInstance(GetDbInstanceRequest)

Returns a Timestream for InfluxDB DB instance.

Public Method GetDbInstanceAsync(GetDbInstanceRequest, CancellationToken)

Returns a Timestream for InfluxDB DB instance.

Public Method GetDbParameterGroup(GetDbParameterGroupRequest)

Returns a Timestream for InfluxDB DB parameter group.

Public Method GetDbParameterGroupAsync(GetDbParameterGroupRequest, CancellationToken)

Returns a Timestream for InfluxDB DB parameter group.

Public Method ListDbInstances(ListDbInstancesRequest)

Returns a list of Timestream for InfluxDB DB instances.

Public Method ListDbInstancesAsync(ListDbInstancesRequest, CancellationToken)

Returns a list of Timestream for InfluxDB DB instances.

Public Method ListDbParameterGroups(ListDbParameterGroupsRequest)

Returns a list of Timestream for InfluxDB DB parameter groups.

Public Method ListDbParameterGroupsAsync(ListDbParameterGroupsRequest, CancellationToken)

Returns a list of Timestream for InfluxDB DB parameter groups.

Public Method ListTagsForResource(ListTagsForResourceRequest)

A list of tags applied to the resource.

Public Method ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken)

A list of tags applied to the resource.

Public Method TagResource(TagResourceRequest)

Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.

Public Method TagResourceAsync(TagResourceRequest, CancellationToken)

Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.

Public Method UntagResource(UntagResourceRequest)

Removes the tag from the specified resource.

Public Method UntagResourceAsync(UntagResourceRequest, CancellationToken)

Removes the tag from the specified resource.

Public Method UpdateDbInstance(UpdateDbInstanceRequest)

Updates a Timestream for InfluxDB DB instance.

Public Method UpdateDbInstanceAsync(UpdateDbInstanceRequest, CancellationToken)

Updates a Timestream for InfluxDB DB instance.

Events

NameDescription
Event AfterResponseEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event BeforeRequestEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event ExceptionEvent Inherited from Amazon.Runtime.AmazonServiceClient.

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