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.

Represents a database table in Timestream. Tables contain one or more related time series. You can modify the retention duration of the memory store and the magnetic store for a table.

Inheritance Hierarchy

System.Object
  Amazon.TimestreamWrite.Model.Table

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

Syntax

C#
public class Table

The Table type exposes the following members

Constructors

NameDescription
Public Method Table()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name that uniquely identifies this table.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time when the Timestream table was created.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The name of the Timestream database that contains this table.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The time when the Timestream table was last updated.

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 retention duration for the memory store and 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 TableStatus Amazon.TimestreamWrite.TableStatus

Gets and sets the property TableStatus.

The current state of the table:

  • DELETING - The table is being deleted.

  • ACTIVE - The table is ready for use.

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