Class GlobalTableDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Contains details about the global table.
public class GlobalTableDescription
- Inheritance
-
GlobalTableDescription
- Inherited Members
Constructors
GlobalTableDescription()
public GlobalTableDescription()
Properties
CreationDateTime
Gets and sets the property CreationDateTime.
The creation time of the global table.
public DateTime CreationDateTime { get; set; }
Property Value
GlobalTableArn
Gets and sets the property GlobalTableArn.
The unique identifier of the global table.
public string GlobalTableArn { get; set; }
Property Value
GlobalTableName
Gets and sets the property GlobalTableName.
The global table name.
public string GlobalTableName { get; set; }
Property Value
GlobalTableStatus
Gets and sets the property GlobalTableStatus.
The current state of the global table:
- The global table is being created.CREATING
- The global table is being updated.UPDATING
- The global table is being deleted.DELETING
- The global table is ready for use.ACTIVE
public GlobalTableStatus GlobalTableStatus { get; set; }
Property Value
ReplicationGroup
Gets and sets the property ReplicationGroup.
The Regions where the global table has replicas.
public List<ReplicaDescription> ReplicationGroup { get; set; }