Interface SourceSchema

Optional schema description; mirrors HonuaLayerMetadata.fields.

interface SourceSchema {
    fields?: readonly HonuaFieldInfo[];
    primaryKey?: string;
    timeField?: string;
}

Properties

fields?: readonly HonuaFieldInfo[]
primaryKey?: string
timeField?: string

Hint that the source's records carry temporal validity.