Interface QueryTileCacheIdentityDescriptor

Caller-controlled cache dimensions beyond the tile coordinate.

interface QueryTileCacheIdentityDescriptor {
    authorizationScope?: string;
    extra?: Readonly<Record<string, unknown>>;
    sourceVersion?: string;
    styleFilters?: unknown;
}

Properties

authorizationScope?: string

Authorization partition, role set, tenant id, or other non-secret auth scope id.

extra?: Readonly<Record<string, unknown>>

Extra stable dimensions owned by an adapter.

sourceVersion?: string

Server-side source data version, etag, cursor, or materialized view id.

styleFilters?: unknown

Style-relevant filters that alter which features are rendered.