Bagikan melalui


QuotaProperties.Unit Property

Definition

Gets The quota units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

[Newtonsoft.Json.JsonProperty(PropertyName="unit")]
public string Unit { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]
member this.Unit : string
Public ReadOnly Property Unit As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to