Type alias PlatformCachePartition

PlatformCachePartition: Metadata & {
    description?: string | null;
    isDefaultPartition: boolean;
    masterLabel: string;
    platformCachePartitionTypes: PlatformCachePartitionType[];
}

Type declaration

  • Optional description?: string | null
  • isDefaultPartition: boolean
  • masterLabel: string
  • platformCachePartitionTypes: PlatformCachePartitionType[]