Méthode | Description | |
---|---|---|
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
|
Méthode | Description | |
---|---|---|
IsSetExclusiveStartTableName ( ) : bool | ||
IsSetLimit ( ) : bool |
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. |
Résultat | System |
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. |
Résultat | System |