Interface OfflineRegionLimits

Caller limits can tighten, but never raise, the SDK's conservative ceilings.

interface OfflineRegionLimits {
    maxAttributions?: number;
    maxLogicalBytes?: number;
    maxMetadataEntries?: number;
    maxResources?: number;
    maxStringBytes?: number;
}

Properties

maxAttributions?: number
maxLogicalBytes?: number
maxMetadataEntries?: number
maxResources?: number
maxStringBytes?: number