BulkDeleteOptions ComplexType
Contains options for bulk delete operations.
Note
Use this with the BulkDelete action Options parameter. Learn more about deleting data in bulk
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| CanRecoverDeletedRecords | Edm.Boolean |
Whether records deleted by the bulk delete job are permanently removed and can't be recovered from the recycle bin. |
| RunJobForSandbox | Edm.Boolean |
Whether the bulk delete job uses the high-performance sandbox delete mode, bypassing plug-ins, workflows, and the recycle bin. |
| IsSolutionAware | Edm.Boolean |
For internal use only. |