ENUM

AzureStorageAccessTier

Description

Storage Tier for the storage accounts/containers.

link GraphQL Schema definition

  • enum AzureStorageAccessTier {
  • # The Azure Storage account access is Archive.
  • ARCHIVE
  • # The Azure Storage account access is Cold.
  • COLD
  • # The Azure Storage account access is Cool.
  • COOL
  • # The Azure Storage account access is Hot.
  • HOT
  • # The Azure Storage account access tier is unknown.
  • UNKNOWN_STORAGE_TIER
  • }