Share via


MetricAvailability.Retention Property

 

Optional. The retention period for the metric at the specified timegrain.

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

Syntax

public TimeSpan Retention { get; set; }
public:
property TimeSpan Retention {
    TimeSpan get();
    void set(TimeSpan value);
}
member Retention : TimeSpan with get, set
Public Property Retention As TimeSpan

Property Value

Type: System.TimeSpan

See Also

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

Return to top