IAutonomousDatabase.FailedDataRecoveryInSecond 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.
Indicates the number of seconds of data loss for a Data Guard failover.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Indicates the number of seconds of data loss for a Data Guard failover.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="failedDataRecoveryInSeconds", Update=false)]
public int? FailedDataRecoveryInSecond { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Indicates the number of seconds of data loss for a Data Guard failover.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="failedDataRecoveryInSeconds", Update=false)>]
member this.FailedDataRecoveryInSecond : Nullable<int>
Public ReadOnly Property FailedDataRecoveryInSecond As Nullable(Of Integer)
Property Value
- Attributes