Table Description

Namespace: Amazon.DynamoDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class TableDescription
Public Class TableDescription
public ref class TableDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TableDescription()()()()
Initializes a new instance of the TableDescription class
CreationDateTime
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ItemCount
KeySchema
The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key. Single attribute primary keys have one index value: a HashKeyElement. A composite hash-and-range primary key contains two attribute values: a HashKeyElement and a RangeKeyElement.
ProvisionedThroughput
TableName
The name of the table being described.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+

TableSizeBytes
TableStatus
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCreationDateTime(DateTime)
Sets the CreationDateTime property
WithItemCount(Int64)
Sets the ItemCount property
WithKeySchema(KeySchema)
Sets the KeySchema property
WithProvisionedThroughput(ProvisionedThroughputDescription)
Sets the ProvisionedThroughput property
WithTableName(String)
Sets the TableName property
WithTableSizeBytes(Int64)
Sets the TableSizeBytes property
WithTableStatus(String)
Sets the TableStatus property

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.Model..::..TableDescription

See Also