IAutonomousDatabaseFromBackupTimestampProperties.Timestamp 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.
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