ColumnDeserializeContext
Defined in: packages/repo/src/types.ts:70
Context passed to column deserializer hooks.
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage = DescMessage
K extends ColumnKey<Desc> = ColumnKey<Desc>
DB = unknown
Properties
Section titled “Properties”contextValues
Section titled “contextValues”contextValues:
ContextValues
Defined in: packages/repo/src/types.ts:85
Per-operation context values shared with interceptors.
field:
Desc["field"][K]
Defined in: packages/repo/src/types.ts:76
Descriptor for the configured proto field.
operation
Section titled “operation”operation:
ColumnDeserializeOperation
Defined in: packages/repo/src/types.ts:79
Whether the row is being hydrated for a single read or list-style read.
value:
DB
Defined in: packages/repo/src/types.ts:82
The raw database value for the configured column.