DataLakeStoreAccount.CurrentTier Property

Definition

Gets the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentTier")]
public Microsoft.Azure.Management.DataLake.Store.Models.TierType? CurrentTier { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentTier")>]
member this.CurrentTier : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType>
Public ReadOnly Property CurrentTier As Nullable(Of TierType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to