Class PointInTimeRecoveryDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The description of the point in time settings applied to the table.
public class PointInTimeRecoveryDescription
- Inheritance
-
PointInTimeRecoveryDescription
- Inherited Members
Constructors
PointInTimeRecoveryDescription()
public PointInTimeRecoveryDescription()
Properties
EarliestRestorableDateTime
Gets and sets the property EarliestRestorableDateTime.
Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.
public DateTime EarliestRestorableDateTime { get; set; }
Property Value
LatestRestorableDateTime
Gets and sets the property LatestRestorableDateTime.
LatestRestorableDateTime
is typically 5 minutes before the current time.
public DateTime LatestRestorableDateTime { get; set; }
Property Value
PointInTimeRecoveryStatus
Gets and sets the property PointInTimeRecoveryStatus.
The current state of point in time recovery:
- Point in time recovery is enabled.ENABLED
- Point in time recovery is disabled.DISABLED
public PointInTimeRecoveryStatus PointInTimeRecoveryStatus { get; set; }