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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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