Interface OfflineRegionSnapshotContentV1

One payload contributed to a planned snapshot.

interface OfflineRegionSnapshotContentV1 {
    attributionIds?: readonly string[];
    bytes: ArrayBuffer | Uint8Array;
    contentType?: string;
    kind: OfflineRegionResourceKind;
    selector?: OfflineRegionResourceSelector;
}

Properties

attributionIds?: readonly string[]
bytes: ArrayBuffer | Uint8Array

Exact bytes to persist. Tiles and assets stay opaque; nothing is re-encoded.

contentType?: string

Discriminator when one selection stores several resources of one kind.