IMetricValue.Count Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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