Interface ColumnarPatchRebuildOptionsExperimental

Rebuild inputs. Omitted values are derived deterministically from the patch.

interface ColumnarPatchRebuildOptions {
    batchId?: string;
    identity?: ColumnarBatchIdentityV1;
    reserve?: ColumnarPatchReserveV1;
}

Properties

batchId?: string

Defaults to <base batch id>~<patch sequence>.

Defaults to the base identity with freshness advanced to the patch cursor.

Defaults to the reserve the batch already declares.