ResourceUsageStatistics.Minimum Property

Definition

Gets the minimum value.

[Newtonsoft.Json.JsonProperty(PropertyName="minimum")]
public long? Minimum { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimum")>]
member this.Minimum : Nullable<int64>
Public ReadOnly Property Minimum As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to