C# 클래스 Amazon.DynamoDBv2.Model.ListTablesRequest

Container for the parameters to the ListTables operation.

Returns an array of all the tables associated with the current account and endpoint.

상속: AmazonDynamoDBv2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ListTablesRequest ( ) : System

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

ListTablesRequest ( string exclusiveStartTableName ) : System

Instantiates ListTablesRequest with the parameterized properties

ListTablesRequest ( string exclusiveStartTableName, int limit ) : System

Instantiates ListTablesRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetExclusiveStartTableName ( ) : bool
IsSetLimit ( ) : bool

메소드 상세

ListTablesRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public ListTablesRequest ( ) : System
리턴 System

ListTablesRequest() 공개 메소드

Instantiates ListTablesRequest with the parameterized properties
public ListTablesRequest ( string exclusiveStartTableName ) : System
exclusiveStartTableName string The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
리턴 System

ListTablesRequest() 공개 메소드

Instantiates ListTablesRequest with the parameterized properties
public ListTablesRequest ( string exclusiveStartTableName, int limit ) : System
exclusiveStartTableName string The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
limit int A maximum number of table names to return. If this parameter is not specified, the limit is 100.
리턴 System