Interface OfflineRegionStoredRegion

interface OfflineRegionStoredRegion {
    expiresAt?: string;
    id: string;
    lastAccessedAt: string;
    logicalByteLength: number;
    pinned?: boolean;
}

Properties

expiresAt?: string
id: string
lastAccessedAt: string
logicalByteLength: number

Logical payload bytes charged to quota, regardless of physical deduplication.

pinned?: boolean

Pinned regions are never selected for automatic eviction.