Interface DiscoveryCacheResourceIdentity

interface DiscoveryCacheResourceIdentity {
    assetVariant?: string;
    collectionId?: string | number;
    crs?: string;
    entitySet?: string;
    format?: string;
    layerId?: string | number;
    locale?: string;
    processId?: string;
    profile?: string;
    projectId?: string;
    serviceId?: string;
    sourceId?: string;
    styleId?: string;
    tenantId?: string;
    tileMatrixSetId?: string;
    typeName?: string;
}

Hierarchy (view full)

Properties

assetVariant?: string

Opaque per-asset discriminator for adapters whose discovered snapshot depends on inputs beyond the endpoint URL — for example GeoParquet's additional file set and geometry-column override, which change the projected schema/locator for the same primary asset URL. Folding it into the identity prevents distinct inputs from colliding on one cached snapshot.

collectionId?: string | number
crs?: string
entitySet?: string
format?: string
layerId?: string | number
locale?: string
processId?: string
profile?: string
projectId?: string
serviceId?: string
sourceId?: string
styleId?: string
tenantId?: string
tileMatrixSetId?: string
typeName?: string

WFS feature type or WMS layer name at a shared service endpoint.