Class ListGlobalTablesRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the ListGlobalTables operation. Lists all global tables that have a replica in the specified Region.
note
This operation only applies to Version 2017.11.29 of global tables.
public class ListGlobalTablesRequest : AmazonDynamoDBRequest
- Inheritance
-
ListGlobalTablesRequest
Constructors
ListGlobalTablesRequest()
public ListGlobalTablesRequest()
Properties
ExclusiveStartGlobalTableName
Gets and sets the property ExclusiveStartGlobalTableName.
The first global table name that this operation will evaluate.
public string ExclusiveStartGlobalTableName { get; set; }
Property Value
Limit
Gets and sets the property Limit.
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the
LastEvaluatedGlobalTableName
to apply in a subsequent operation to the ExclusiveStartGlobalTableName
parameter.
public int Limit { get; set; }
Property Value
RegionName
Gets and sets the property RegionName.
Lists the global tables in a specific Region.
public string RegionName { get; set; }