TimeSeriesBaseline.Timestamps Property

Definition

Gets or sets the list of timestamps of the baselines.

[Newtonsoft.Json.JsonProperty(PropertyName="timestamps")]
public System.Collections.Generic.IList<DateTime?> Timestamps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timestamps")>]
member this.Timestamps : System.Collections.Generic.IList<Nullable<DateTime>> with get, set
Public Property Timestamps As IList(Of Nullable(Of DateTime))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to