Class RestoreSummary
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Contains details for the restore.
public class RestoreSummary
- Inheritance
-
RestoreSummary
- Inherited Members
Constructors
RestoreSummary()
public RestoreSummary()
Properties
RestoreDateTime
Gets and sets the property RestoreDateTime.
Point in time or source backup time.
public DateTime RestoreDateTime { get; set; }
Property Value
RestoreInProgress
Gets and sets the property RestoreInProgress.
Indicates if a restore is in progress or not.
public bool RestoreInProgress { get; set; }
Property Value
SourceBackupArn
Gets and sets the property SourceBackupArn.
The Amazon Resource Name (ARN) of the backup from which the table was restored.
public string SourceBackupArn { get; set; }
Property Value
SourceTableArn
Gets and sets the property SourceTableArn.
The ARN of the source table of the backup that is being restored.
public string SourceTableArn { get; set; }