Table of Contents

Class GlobalTable

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the properties of a global table.

public class GlobalTable
Inheritance
GlobalTable
Inherited Members

Constructors

GlobalTable()

public GlobalTable()

Properties

GlobalTableName

Gets and sets the property GlobalTableName.

The global table name.

public string GlobalTableName { get; set; }

Property Value

string

ReplicationGroup

Gets and sets the property ReplicationGroup.

The Regions where the global table has replicas.

public List<Replica> ReplicationGroup { get; set; }

Property Value

List<Replica>