BackupDescription¶
Structure Class¶
BackupDescription
dataclass
¶
Contains the description of the backup created for the table.
Attributes¶
backup_details
class-attribute
instance-attribute
¶
backup_details: BackupDetails | None = None
Contains the details of the backup created for the table.
source_table_details
class-attribute
instance-attribute
¶
source_table_details: SourceTableDetails | None = None
Contains the details of the table when the backup was created.
source_table_feature_details
class-attribute
instance-attribute
¶
source_table_feature_details: SourceTableFeatureDetails | None = None
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.