Interface: UpsertPlan
Defined in: src/batteries/vector/plan.ts:52
A compiled insert-or-replace operation, consumed by an adapter's executeUpsert.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
collection | string | Collection to write into. | src/batteries/vector/plan.ts:54 |
consistency? | VectorConsistency | Per-operation read-after-write override from .consistency(); absent = use store/adapter default. | src/batteries/vector/plan.ts:58 |
records | VectorRecord[] | Records to insert or replace. | src/batteries/vector/plan.ts:56 |