MetricValue.Count Property

 

Optional. Specifies the sample count in the time interval. Can be used to determine the number of values that contributed to the average value.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

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

Property Value

Type: System.Nullable<Int32>

See Also

MetricValue Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top