Microsoft.Windows.Server.DiskPartitionDisk Partition (Server)

Microsoft.Windows.Server.DiskPartition (ClassType)

All instances of a disk partition regardless of the Windows Server operating system version.

Element properties:

Base ClassMicrosoft.Windows.DiskPartition
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1efb52be-1895-3392-ea5d-463a6f1bc219

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.Windows.LogicalDevice:
DeviceID  string  Device ID true 256  False 
Name  string  Device Name false 256  False 
Description  string  Device Description false 256  False 
Microsoft.Windows.Server.DiskPartition:
DiskIndex  string  Disk Index false 256  False 
BlockSize  string  Block Size false 256  False 
PrimaryPartition  string  PrimaryPartition false 256  False 
Bootable  string  Bootable false 256  False 
Size  string  Size false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DiskPartition" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.DiskPartition" Hosted="true" Singleton="false">
<Property ID="DiskIndex" Type="string"/>
<Property ID="BlockSize" Type="string"/>
<Property ID="PrimaryPartition" Type="string"/>
<Property ID="Bootable" Type="string"/>
<Property ID="Size" Type="string"/>
</ClassType>