C# Класс Amazon.DynamoDBv2.Model.TableDescription

Contains the properties of a table.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TableDescription ( ) : System

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

Приватные методы

Метод Описание
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

Описание методов

TableDescription() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public TableDescription ( ) : System
Результат System