Share via


IMetricValue.Count Property

Definition

The number of samples in the time range. Can be used to determine the number of values that contributed to the average value.

[Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The number of samples in the time range. Can be used to determine the number of values that contributed to the average value.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="count", Update=true)]
public double? Count { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The number of samples in the time range. Can be used to determine the number of values that contributed to the average value.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="count", Update=true)>]
member this.Count : Nullable<double> with get, set
Public Property Count As Nullable(Of Double)

Property Value

Attributes

Applies to