Enum AzureStorageAccountBlobAccessTier
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the blob storage access tier.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureStorageAccountBlobAccessTier
Fields
Cool = 3
The access tier is cool.
Hot = 2
The access tier is hot.
NotApplicable = 1
The access tier is not applicable.
Unknown = 0
The access tier is unknown.