Interface OfflineRegionDownloadReceipt

interface OfflineRegionDownloadReceipt {
    completedAt: string;
    evictedRegionIds: readonly string[];
    integrity: "verified";
    logicalByteLength: number;
    quotaAccounting: "logical-payload-bytes";
    regionId: string;
    resourceCount: number;
}

Properties

completedAt: string
evictedRegionIds: readonly string[]
integrity
logicalByteLength: number
quotaAccounting
regionId: string
resourceCount: number