AWS SDK for .NET Documentation
TableDescription Class
AmazonAmazon.DynamoDB.ModelTableDescription Did this page help you?   Yes   No    Tell us about it...
Table Description
Declaration Syntax
C#
public class TableDescription
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) 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
Object
TableDescription

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)