IAutonomousDatabase.LocalStandbyDbLagTimeInSecond Property

Definition

The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="lagTimeInSeconds", Update=false)]
public int? LocalStandbyDbLagTimeInSecond { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="lagTimeInSeconds", Update=false)>]
member this.LocalStandbyDbLagTimeInSecond : Nullable<int>
Public ReadOnly Property LocalStandbyDbLagTimeInSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to