Interface OfflineRegionSnapshotEntryV1

One planned resource: its deterministic identity and its verified payload size.

interface OfflineRegionSnapshotEntryV1 {
    byteLength: number;
    contentType?: string;
    id: string;
    integrity: `sha256:${string}`;
    kind: OfflineRegionResourceKind;
}

Properties

byteLength: number
contentType?: string
id: string
integrity: `sha256:${string}`