MetricAvailability.Retention 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.
Gets or sets the retention period for the metric at the specified timegrain. Expressed as a duration 'PT1M', 'P1D', etc.
[Newtonsoft.Json.JsonProperty(PropertyName="retention")]
public TimeSpan? Retention { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retention")>]
member this.Retention : Nullable<TimeSpan> with get, set
Public Property Retention As Nullable(Of TimeSpan)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute