/AWS1/CL_BDADELETIONPRTCTNCONF¶
Configuration for deletion protection.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_deletionprotectionstatus TYPE /AWS1/BDAENABLEDORDISBLSTATE /AWS1/BDAENABLEDORDISBLSTATE¶
Enable or disable deletion protection for the connector.
Optional arguments:¶
iv_deletionprtctnthreshold TYPE /AWS1/BDAINTEGER /AWS1/BDAINTEGER¶
The threshold is the maximum percentage of documents that a sync job can delete from your index. If a sync would delete more than this percentage, the sync skips its delete phase, leaving your indexed documents in place. Not supported for the Custom connector.
Queryable Attributes¶
deletionProtectionStatus¶
Enable or disable deletion protection for the connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETIONPROTECTIONSTATUS() |
Getter for DELETIONPROTECTIONSTATUS, with configurable defau |
ASK_DELETIONPROTECTIONSTATUS() |
Getter for DELETIONPROTECTIONSTATUS w/ exceptions if field h |
HAS_DELETIONPROTECTIONSTATUS() |
Determine if DELETIONPROTECTIONSTATUS has a value |
deletionProtectionThreshold¶
The threshold is the maximum percentage of documents that a sync job can delete from your index. If a sync would delete more than this percentage, the sync skips its delete phase, leaving your indexed documents in place. Not supported for the Custom connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETIONPRTCTNTHRESHOLD() |
Getter for DELETIONPROTECTIONTHRESHOLD, with configurable de |
ASK_DELETIONPRTCTNTHRESHOLD() |
Getter for DELETIONPROTECTIONTHRESHOLD w/ exceptions if fiel |
HAS_DELETIONPRTCTNTHRESHOLD() |
Determine if DELETIONPROTECTIONTHRESHOLD has a value |