Table Description
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class TableDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TableDescription()()()() | Initializes a new instance of the TableDescription class | 
|  | CreationDateTime | |
|  | Equals(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: | 
|  | TableSizeBytes | |
|  | TableStatus | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCreationDateTime(DateTime) | Obsolete. 
            Sets the CreationDateTime property
             | 
|  | WithItemCount(Int64) | Obsolete. 
            Sets the ItemCount property
             | 
|  | WithKeySchema(KeySchema) | Obsolete. 
            Sets the KeySchema property
             | 
|  | WithProvisionedThroughput(ProvisionedThroughputDescription) | Obsolete. 
            Sets the ProvisionedThroughput property
             | 
|  | WithTableName(String) | Obsolete. 
            Sets the TableName property
             | 
|  | WithTableSizeBytes(Int64) | Obsolete. 
            Sets the TableSizeBytes property
             | 
|  | WithTableStatus(String) | Obsolete. 
            Sets the TableStatus property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TableDescription |