Interface QueryIrSourceIdentityV2Experimental

GeoParquet-only v2 source identity. Raw locators are deliberately absent.

interface QueryIrSourceIdentityV2 {
    authorizationScope: readonly string[];
    capabilities: readonly Capability[];
    endpoint: "[opaque-resource]";
    geoparquet: QueryIrGeoparquetResourceIdentity;
    id: string;
    primaryKey?: string;
    protocol: "geoparquet";
    schemaVersion?: string;
    sourceVersion?: string;
}

Properties

authorizationScope: readonly string[]
capabilities: readonly Capability[]
endpoint
id: string

Stable logical id copied from the validated opaque handle.

primaryKey?: string

Safe descriptor metadata needed to reconstruct bounded-local plans exactly.

protocol
schemaVersion?: string
sourceVersion?: string