Interface ColumnarPatchUpdateV1Experimental

Overwrite declared columns of the row that carries featureId.

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

Properties

dictionaryValue?: null | string
featureId: number
op
timestamp?: null | bigint