AutoDatabaseMountDial Enumeration
Specifies the automatic database base mount behavior for an Exchange Mailbox server in a continuous replication environment after a database failover.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Enumeration AutoDatabaseMountDial
'Usage
Dim instance As AutoDatabaseMountDial
public enum AutoDatabaseMountDial
Members
| Member name | Description | |
|---|---|---|
| Lossless | The database should not automatically mount until all logs on the active copy have been copied to the passive copy. | |
| GoodAvailability | The database should immediately mount after a failover if the queue length is less than or equal to 6. | |
| BestAvailability | The database should immediately mount after a failover if the queue length is less than or equal to 12. |