Table of Contents

Class ContributorInsightsSummary

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents a Contributor Insights summary entry.

public class ContributorInsightsSummary
Inheritance
ContributorInsightsSummary
Inherited Members

Constructors

ContributorInsightsSummary()

public ContributorInsightsSummary()

Properties

ContributorInsightsStatus

Gets and sets the property ContributorInsightsStatus.

Describes the current status for contributor insights for the given table and index, if applicable.

public ContributorInsightsStatus ContributorInsightsStatus { get; set; }

Property Value

ContributorInsightsStatus

IndexName

Gets and sets the property IndexName.

Name of the index associated with the summary, if any.

public string IndexName { get; set; }

Property Value

string

TableName

Gets and sets the property TableName.

Name of the table associated with the summary.

public string TableName { get; set; }

Property Value

string