Skip to content

BatchGetOptions

Defined in: types.ts:409

optional readMask?: FieldMask

Defined in: types.ts:414

A FieldMask controlling which fields are returned. Overrides the repository’s default read mask. Defaults to "*".


optional transaction?: Engine

Defined in: types.ts:422

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.