AutonomousDatabaseStandbySummary interface
Autonomous Disaster Recovery standby database details.
Properties
lag |
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. |
lifecycle |
Additional information about the current lifecycle state. |
lifecycle |
The current state of the Autonomous Database. |
time |
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database. |
time |
The date and time the Disaster Recovery role was switched for the standby Autonomous Database. |
Property Details
lagTimeInSeconds
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.
lagTimeInSeconds?: number
Property Value
number
lifecycleDetails
Additional information about the current lifecycle state.
lifecycleDetails?: string
Property Value
string
lifecycleState
The current state of the Autonomous Database.
lifecycleState?: string
Property Value
string
timeDataGuardRoleChanged
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
timeDataGuardRoleChanged?: string
Property Value
string
timeDisasterRecoveryRoleChanged
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
timeDisasterRecoveryRoleChanged?: string
Property Value
string
Azure SDK for JavaScript