Interface SpatialAggregationCacheMetadata

interface SpatialAggregationCacheMetadata {
    cacheKeyParts?: readonly string[];
    metadataCacheable: boolean;
    resultCacheable: boolean;
    ttlMs?: number;
}

Properties

cacheKeyParts?: readonly string[]
metadataCacheable: boolean
resultCacheable: boolean
ttlMs?: number