Microsoft.SharePoint.SPWebApplication.SPContentDBCollectionSharePoint Content Database Collection

Microsoft.SharePoint.SPWebApplication.SPContentDBCollection (ClassType)

This collection contains all Content Databases in a SharePoint farm.

Element properties:

Base ClassMicrosoft.SystemCenter.InstanceGroup
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId839b92e9-ffff-60ae-2a08-f8cd1feb9977

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.SharePoint.SPWebApplication.SPContentDBCollection:
FarmID  string  FarmID For SPContentDBCollection Farm ID for WebApplication SPContentDBCollection. true 256  False 
DBPath  string  SharePoint ContentDBCollection Path Path property of SPContentDBCollection in WebApplication. true 256  False 
Name  string  SharePoint ContentDBCollection Name Name property of SPContentDBCollection in WebApplication. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPWebApplication.SPContentDBCollection" Accessibility="Public" Abstract="true" Base="SCIG!Microsoft.SystemCenter.InstanceGroup" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="DBPath" Type="string" Key="true"/>
<Property ID="Name" Type="string" Key="true"/>
</ClassType>