StorageAccountProperties.LastGeoFailoverTime Property

Definition

Optional. A timestamp that indicates the most recent instance of a failover to the secondary region. In the case of multiple failovers, only the latest failover date and time is maintained. The format of the returned timestamp is: [4DigitYear]-[2DigitMonth]-[2DigitDay]T[2DigitMinute]:[2DigitSecond]:[7DigitsOfPrecision]Z. LastGeoFailoverTime is not returned if there has not been an instance of a failover.

public DateTime? LastGeoFailoverTime { get; set; }
member this.LastGeoFailoverTime : Nullable<DateTime> with get, set
Public Property LastGeoFailoverTime As Nullable(Of DateTime)

Property Value

Applies to