BulkDeleteElementsStatus Enumeration @beta
Status of a bulk element delete operation, mirroring the C++ BulkDeleteStatus enum.
Members
| Name |
Value |
Description |
| DeletionFailed |
|
No elements were deleted. This occurs when the SQL DELETE statement itself fails, e.g. due to a FK constraint violation that prevents the entire batch from being processed. |
| PartialSuccess |
|
Some elements were deleted but others could not be, typically due to foreign key constraints on the elements not being deleted. |
| Success |
|
All supplied elements were deleted successfully. |
Defined in
Last Updated: 28 April, 2026