Class BackupDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Contains the description of the backup created for the table.
public class BackupDescription
- Inheritance
-
BackupDescription
- Inherited Members
Constructors
BackupDescription()
public BackupDescription()
Properties
BackupDetails
Gets and sets the property BackupDetails.
Contains the details of the backup created for the table.
public BackupDetails BackupDetails { get; set; }
Property Value
SourceTableDetails
Gets and sets the property SourceTableDetails.
Contains the details of the table when the backup was created.
public SourceTableDetails SourceTableDetails { get; set; }
Property Value
SourceTableFeatureDetails
Gets and sets the property SourceTableFeatureDetails.
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
public SourceTableFeatureDetails SourceTableFeatureDetails { get; set; }