C# Class Amazon.DynamoDBv2.Model.TableDescription

Contains the properties of a table.

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
TableDescription ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetAttributeDefinitions ( ) : bool
IsSetCreationDateTime ( ) : bool
IsSetGlobalSecondaryIndexes ( ) : bool
IsSetItemCount ( ) : bool
IsSetKeySchema ( ) : bool
IsSetLatestStreamArn ( ) : bool
IsSetLatestStreamLabel ( ) : bool
IsSetLocalSecondaryIndexes ( ) : bool
IsSetProvisionedThroughput ( ) : bool
IsSetStreamSpecification ( ) : bool
IsSetTableArn ( ) : bool
IsSetTableName ( ) : bool
IsSetTableSizeBytes ( ) : bool
IsSetTableStatus ( ) : bool

Method Details

TableDescription() public method

Empty constructor used to set properties independently even when a simple constructor is available
public TableDescription ( ) : System
return System