Interface OfflineRegionResourceV1

Credential-free resource descriptor safe to persist and log.

interface OfflineRegionResourceV1 {
    attributionIds: readonly string[];
    byteLength: number;
    contentType?: string;
    id: string;
    integrity: `sha256:${string}`;
    kind: OfflineRegionResourceKind;
    planVersion: string;
    schemaVersion: string;
    sourceVersion: string;
}

Properties

attributionIds: readonly string[]
byteLength: number
contentType?: string
id: string
integrity: `sha256:${string}`
planVersion: string
schemaVersion: string
sourceVersion: string