Share via


PercentileMetric.Unit Property

Definition

Gets or sets the unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', 'BytesPerSecond', 'Milliseconds'

[Newtonsoft.Json.JsonProperty(PropertyName="unit")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.UnitType Unit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unit")>]
member this.Unit : Microsoft.Azure.Management.CosmosDB.Fluent.Models.UnitType with get, set
Public Property Unit As UnitType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to