ReportRecordContract.Interval Property

Definition

Gets or sets length of aggregation period. Interval must be multiple of 15 minutes and may not be zero. The value should be in ISO 8601 format (http://en.wikipedia.org/wiki/ISO_8601#Durations).

[Newtonsoft.Json.JsonProperty(PropertyName="interval")]
public string Interval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="interval")>]
member this.Interval : string with get, set
Public Property Interval As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to