Skip to content

BatchDeleteOptions

Defined in: types.ts:491

optional transaction?: 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.


optional validateOnly?: boolean

Defined in: types.ts:498

If true, all resources are validated for existence but not deleted. No database mutations occur.

https://google.aip.dev/163