Share via


RestoredLogs.StartRestoreTime Property

Definition

Gets or sets the timestamp to start the restore from (UTC).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to