Interface ExecuteQueryPlanOptions

interface ExecuteQueryPlanOptions {
    authorizationContextId?: string;
    authorizationScope?: readonly string[];
    geoParquetResourceResolver?: GeoParquetResourceResolver;
    schemaVersion?: string;
    signal?: AbortSignal;
    sourceVersion?: string;
}

Hierarchy (view full)

Properties

authorizationContextId?: string

Exact non-secret partition id required by a GeoParquet v2 resource handle.

authorizationScope?: readonly string[]
geoParquetResourceResolver?: GeoParquetResourceResolver

Lifecycle-scoped resolver used only at the trusted v2 execution boundary.

schemaVersion?: string
signal?: AbortSignal
sourceVersion?: string