BatchDeleteOptions
Defined in: types.ts:491
Properties
Section titled “Properties”transaction?
Section titled “transaction?”
optionaltransaction?:Engine
Defined in: types.ts:506
Run the operation within a transaction. When provided, the batch operation participates in the caller’s transaction rather than opening a new one. The caller is responsible for committing or rolling back.
validateOnly?
Section titled “validateOnly?”
optionalvalidateOnly?:boolean
Defined in: types.ts:498
If true, all resources are validated for existence but not deleted.
No database mutations occur.