Class TimeToLiveSpecification
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the settings used to enable or disable Time to Live (TTL) for the specified table.
public class TimeToLiveSpecification
- Inheritance
-
TimeToLiveSpecification
- Inherited Members
Constructors
TimeToLiveSpecification()
public TimeToLiveSpecification()
Properties
AttributeName
Gets and sets the property AttributeName.
The name of the TTL attribute used to store the expiration time for items in the table.
public string AttributeName { get; set; }
Property Value
Enabled
Gets and sets the property Enabled.
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
public bool Enabled { get; set; }