Skip to content

GetOptions

Defined in: packages/repo/src/types.ts:370

Options for Repository.get.

optional contextValues?: ContextValues

Defined in: packages/repo/src/types.ts:384

Advanced: reuse an existing context bag for a nested repository call. When omitted, the repository creates a fresh bag for this operation.


optional readMask?: FieldMask

Defined in: packages/repo/src/types.ts:375

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


optional transaction?: Engine

Defined in: packages/repo/src/types.ts:378

Run the operation within a transaction.