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

Container for the parameters to the DescribeTable operation. Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.

If you issue a DescribeTable request immediately after a CreateTable request, DynamoDB might return a ResourceNotFoundException. This is because DescribeTable uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the DescribeTable request again.

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

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

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

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

DescribeTableRequest ( string tableName ) : System

Instantiates DescribeTableRequest with the parameterized properties

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

Метод Описание
IsSetTableName ( ) : bool

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

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

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

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

Instantiates DescribeTableRequest with the parameterized properties
public DescribeTableRequest ( string tableName ) : System
tableName string The name of the table to describe.
Результат System