Table of Contents

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

DateTime

LatestRestorableDateTime

Gets and sets the property LatestRestorableDateTime.

LatestRestorableDateTime
is typically 5 minutes before the current time.
public DateTime LatestRestorableDateTime { get; set; }

Property Value

DateTime

PointInTimeRecoveryStatus

Gets and sets the property PointInTimeRecoveryStatus.

The current state of point in time recovery:

  • ENABLED
    - Point in time recovery is enabled.
  • DISABLED
    - Point in time recovery is disabled.
public PointInTimeRecoveryStatus PointInTimeRecoveryStatus { get; set; }

Property Value

PointInTimeRecoveryStatus