Interface OfflineRegionResourceRead

A credential-free resource snapshot read from a persistent offline region.

interface OfflineRegionResourceRead {
    bytes: Uint8Array;
    manifest: OfflineRegionManifestV1;
    regionId: string;
    resource: OfflineRegionResourceV1;
}

Properties

bytes: Uint8Array

Caller-owned bytes; mutating them cannot mutate the persistent store.

regionId: string