OperationStatus.LastActionTime Property

Definition

Gets or sets a combined UTC date and time string that describes the last time the operation (take or apply a snapshot) is actively migrating data. The lastActionTime will keep increasing until the operation finishes. E.g. 2018-12-25T11:51:27.8705696Z.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to