PostgreSqlFlexibleServerData.PointInTimeUtc 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.
Creation time (in ISO8601 format) of the backup which you want to restore in the new server. It's required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', or 'ReviveDropped'.
public DateTimeOffset? PointInTimeUtc { get; set; }
member this.PointInTimeUtc : Nullable<DateTimeOffset> with get, set
Public Property PointInTimeUtc As Nullable(Of DateTimeOffset)