IAutonomousDatabaseFromBackupTimestampProperties.Timestamp Property

Definition

The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=false, ReadOnly=false, Required=false, SerializedName="timestamp", Update=false)]
public DateTime? Timestamp { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The timestamp specified for the point-in-time clone of the source Autonomous Database. The timestamp must be in the past.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=false, ReadOnly=false, Required=false, SerializedName="timestamp", Update=false)>]
member this.Timestamp : Nullable<DateTime> with get, set
Public Property Timestamp As Nullable(Of DateTime)

Property Value

Attributes

Applies to