Type alias PlatformCachePartitionType

PlatformCachePartitionType: {
    allocatedCapacity: number;
    allocatedPurchasedCapacity: number;
    allocatedTrialCapacity: number;
    cacheType: string;
}

Type declaration

  • allocatedCapacity: number
  • allocatedPurchasedCapacity: number
  • allocatedTrialCapacity: number
  • cacheType: string