BatchUpdateOptions
Defined in: types.ts:466
Properties
Section titled “Properties”readMask?
Section titled “readMask?”
optionalreadMask?:FieldMask
Defined in: types.ts:471
A FieldMask controlling which fields are returned.
Overrides the repository’s default read mask. Defaults to "*".
transaction?
Section titled “transaction?”
optionaltransaction?:Engine
Defined in: types.ts:488
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:480
If true, all resources are validated and merged but not persisted.
The returned messages reflect what would have been updated
(including recomputed etags), but no database writes occur.