Microsoft.Exchange.15.MailboxDatabaseCopyExchange 2013 Mailbox Database Copy

Microsoft.Exchange.15.MailboxDatabaseCopy (ClassType)

The object of this class represents the physical copy of Exchange Mailbox Database. The physical mailbox database copy is always hosted on a given Mailbox Server.

Knowledge Base article:

Summary

The object of this class represents the physical copy of Exchange Mailbox Database. The physical mailbox database copy is always hosted on a given Mailbox Server.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId92b46f14-5e13-bed9-86ba-0efcf1135d2d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Exchange.15.MailboxDatabaseCopy:
IndexEnabled  bool  Index Enabled false 256   
LogFolderPath  string  Log Folder Path false 256  False 
EdbFilePath  string  EDB File Path false 256  False 
ActivationPreference  int  Activation Preference false 256   
RetentionSettings  double  Mailbox Retention (hours) false 256   
MaintenanceSettings  string  Maintenance schedule false 256  False 
Servers  string  Servers with copies false 256  False 
IsActive  bool  Is active сopy false 256   
DatabaseName  string  Database Name Name of Mailbox Database false 256  False 
DatabaseCopyName  string  Database Copy Name Name of Mailbox Database copy (including server name) true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.MailboxDatabaseCopy" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="DatabaseCopyName" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="DatabaseName" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="IsActive" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Servers" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="MaintenanceSettings" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RetentionSettings" Type="double" Key="false"/>
<Property ID="ActivationPreference" Type="int" Key="false"/>
<Property ID="EdbFilePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="LogFolderPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IndexEnabled" Type="bool" Key="false"/>
</ClassType>