Interface GeoParquetResourceHandleV1Experimental

Serializable identity for a GeoParquet resource whose private locator is supplied only at execution time.

interface GeoParquetResourceHandleV1 {
    authorizationContextId: string;
    kind: "honua.query-resource";
    protocol: "geoparquet";
    resource: GeoParquetResolverResourceReferenceV1;
    resourceVersion?: string;
    version: "1.0";
}

Properties

authorizationContextId: string

Stable, non-secret authorization partition id; never a token or credential.

kind
protocol
resourceVersion?: string

Data revision/validator identity. Credential rotation must not change it.

version