MetricAvailability.Retention Property
Optional. The retention period for the metric at the specified timegrain.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Insights.Models Namespace
Return to top