Contains the properties of a table.
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class TableDescription : Object
The TableDescription type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
TableDescription() |
Properties
Name | Description | |
---|---|---|
![]() |
AttributeDefinitions |
An array of AttributeDefinition objects. Each of these objects describes one attribute in the table and index key schema. Each
AttributeDefinition object in this array is composed of:
|
![]() |
CreationDateTime | Represents the date and time when the table was created, in UNIX epoch time format. |
![]() |
ItemCount | Represents the number of items in the specified table. Amazon DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. |
![]() |
KeySchema |
The primary key structure for the table. Each KeySchemaElement consists of:
Constraints: |
![]() |
LocalSecondaryIndexes |
Represents one or more secondary indexes on the table. Each index is scoped to a given hash key value. Tables with one or more local
secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB.
Each element is composed of:
|
![]() |
ProvisionedThroughput | Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. |
![]() |
TableName |
The name of the table.
Constraints: |
![]() |
TableSizeBytes | Represents the total size of the specified table, in bytes. Amazon DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value. |
![]() |
TableStatus |
Represents the current state of the table:
Constraints: |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8