/AWS1/CL_DYNCONTBACKUPSDESC¶
Represents the continuous backups and point in time recovery settings on the table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_continuousbackupsstatus TYPE /AWS1/DYNCONTBACKUPSSTATUS /AWS1/DYNCONTBACKUPSSTATUS¶
ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLED
Optional arguments:¶
io_pointintimerecoverydesc TYPE REF TO /AWS1/CL_DYNPOINTINTIMERECDESC /AWS1/CL_DYNPOINTINTIMERECDESC¶
The description of the point in time recovery settings applied to the table.
Queryable Attributes¶
ContinuousBackupsStatus¶
ContinuousBackupsStatuscan be one of the following states: ENABLED, DISABLED
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTINUOUSBACKUPSSTATUS() |
Getter for CONTINUOUSBACKUPSSTATUS, with configurable defaul |
ASK_CONTINUOUSBACKUPSSTATUS() |
Getter for CONTINUOUSBACKUPSSTATUS w/ exceptions if field ha |
HAS_CONTINUOUSBACKUPSSTATUS() |
Determine if CONTINUOUSBACKUPSSTATUS has a value |
PointInTimeRecoveryDescription¶
The description of the point in time recovery settings applied to the table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POINTINTIMERECOVERYDESC() |
Getter for POINTINTIMERECOVERYDESC |