Amazon.DynamoDBv2.Model.ListTablesRequest.ListTablesRequest C# (CSharp) Method

ListTablesRequest() public method

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.
return System
        public ListTablesRequest(string exclusiveStartTableName, int limit)
        {
            _exclusiveStartTableName = exclusiveStartTableName;
            _limit = limit;
        }

Same methods

ListTablesRequest::ListTablesRequest ( ) : System
ListTablesRequest::ListTablesRequest ( string exclusiveStartTableName ) : System