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.

Container for the parameters to the CreateTable operation. Adds a new table to an existing database in your account. In an Amazon Web Services account, table names must be at least unique within each Region if they are in the same database. You might have identical table names in the same Region if the tables are in separate databases. While creating the table, you must specify the table name, database name, and the retention properties. Service quotas apply. See code sample for details.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.TimestreamWrite.AmazonTimestreamWriteRequest
      Amazon.TimestreamWrite.Model.CreateTableRequest

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

Syntax

C#
public class CreateTableRequest : AmazonTimestreamWriteRequest
         IAmazonWebServiceRequest

The CreateTableRequest type exposes the following members

Constructors

NameDescription
Public Method CreateTableRequest()

Properties

NameTypeDescription
Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of the Timestream database.

Public Property MagneticStoreWriteProperties Amazon.TimestreamWrite.Model.MagneticStoreWriteProperties

Gets and sets the property MagneticStoreWriteProperties.

Contains properties to set on the table when enabling magnetic store writes.

Public Property RetentionProperties Amazon.TimestreamWrite.Model.RetentionProperties

Gets and sets the property RetentionProperties.

The duration for which your time-series data must be stored in the memory store and the magnetic store.

Public Property Schema Amazon.TimestreamWrite.Model.Schema

Gets and sets the property Schema.

The schema of the table.

Public Property TableName System.String

Gets and sets the property TableName.

The name of the Timestream table.

Public Property Tags System.Collections.Generic.List<Amazon.TimestreamWrite.Model.Tag>

Gets and sets the property Tags.

A list of key-value pairs to label the table.

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