Share via


RefreshDetails.LastCompletedRefreshJobTimeInUTC Property

Definition

Gets or sets indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to