Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | No automatic mount until all logs on the active copy have been copied to the passive copy. | |
| GoodAvailability | An immediate mount after a failover if the queue length is less than or equal to 6. | |
| BestAvailability | An immediate mount after a failover if the queue length is less than or equal to 12. |
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace