Database.EarliestRestoreDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets this records the earliest start date and time that restore is available for this database (ISO8601 format).
[Newtonsoft.Json.JsonProperty(PropertyName="properties.earliestRestoreDate")]
public DateTime? EarliestRestoreDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.earliestRestoreDate")>]
member this.EarliestRestoreDate : Nullable<DateTime>
Public ReadOnly Property EarliestRestoreDate As Nullable(Of DateTime)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute