Table of Contents

Class TableClassSummary

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

Contains details of the table class.

public class TableClassSummary
Inheritance
TableClassSummary
Inherited Members

Constructors

TableClassSummary()

public TableClassSummary()

Properties

LastUpdateDateTime

Gets and sets the property LastUpdateDateTime.

The date and time at which the table class was last updated.

public DateTime LastUpdateDateTime { get; set; }

Property Value

DateTime

TableClass

Gets and sets the property TableClass.

The table class of the specified table. Valid values are

STANDARD
and
STANDARD_INFREQUENT_ACCESS
.
public TableClass TableClass { get; set; }

Property Value

TableClass