Interface GeoParquetResourceResolutionContextExperimental

Per-execution authorization and cancellation state supplied to a resolver.

interface GeoParquetResourceResolutionContext {
    authorizationContextId: string;
    signal?: AbortSignal;
}

Properties

authorizationContextId: string

Must exactly match the stable, non-secret partition id in the handle.

signal?: AbortSignal