/AWS1/CL_DYNBACKUPDESCRIPTION¶
Contains the description of the backup created for the table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_backupdetails TYPE REF TO /AWS1/CL_DYNBACKUPDETAILS /AWS1/CL_DYNBACKUPDETAILS¶
Contains the details of the backup created for the table.
io_sourcetabledetails TYPE REF TO /AWS1/CL_DYNSOURCETABLEDETAILS /AWS1/CL_DYNSOURCETABLEDETAILS¶
Contains the details of the table when the backup was created.
io_sourcetablefeaturedetails TYPE REF TO /AWS1/CL_DYNSRCTABLEFEATDETS /AWS1/CL_DYNSRCTABLEFEATDETS¶
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Queryable Attributes¶
BackupDetails¶
Contains the details of the backup created for the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPDETAILS() |
Getter for BACKUPDETAILS |
SourceTableDetails¶
Contains the details of the table when the backup was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETABLEDETAILS() |
Getter for SOURCETABLEDETAILS |
SourceTableFeatureDetails¶
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETABLEFEATUREDETS() |
Getter for SOURCETABLEFEATUREDETAILS |