Interface ColumnarPatchAppendV1Experimental

Add one row keyed by a feature id that the batch does not already carry.

interface ColumnarPatchAppendV1 {
    dictionaryValue?: null | string;
    featureId: number;
    geometry: ColumnarPatchGeometry;
    op: "append";
    timestamp?: null | bigint;
}

Properties

dictionaryValue?: null | string

Required when the batch declares a dictionary column.

featureId: number
op
timestamp?: null | bigint

Required when the batch declares a temporal column.