Share via


MetricValue.Count Property

 

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

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public Nullable<long> Count { get; set; }
public:
property Nullable<long long> Count {
    Nullable<long long> get();
    void set(Nullable<long long> value);
}
member Count : Nullable<int64> with get, set
Public Property Count As Nullable(Of Long)

Property Value

Type: System.Nullable<Int64>

See Also

MetricValue Class
Microsoft.Azure.Insights.Models Namespace

Return to top