USqlTableStatistics.UpdateTime Property

Definition

Gets or sets the last time the statistics were updated.

[Newtonsoft.Json.JsonProperty(PropertyName="updateTime")]
public DateTimeOffset? UpdateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="updateTime")>]
member this.UpdateTime : Nullable<DateTimeOffset> with get, set
Public Property UpdateTime As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to