Class ListContributorInsightsRequest
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Container for the parameters to the ListContributorInsights operation. Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
public class ListContributorInsightsRequest : AmazonDynamoDBRequest
- Inheritance
-
ListContributorInsightsRequest
Constructors
ListContributorInsightsRequest()
public ListContributorInsightsRequest()
Properties
MaxResults
Gets and sets the property MaxResults.
Maximum number of results to return per page.
public int MaxResults { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
A token to for the desired page, if there is one.
public string NextToken { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The name of the table.
public string TableName { get; set; }