Microsoft.Windows.Peripheral.DiskPartitionDisk Partition

Microsoft.Windows.Peripheral.DiskPartition (ClassType)

All Windows Disk Partitions

Element properties:

Base ClassMicrosoft.Windows.DiskPartition
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddf25184c-6efc-3a46-8d0c-9269b4dc107e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.Windows.LogicalDevice:
DeviceID  string  Device Identifier Device Identifier true 256  False     
Name  string  Device Name Device Name false 256  False     
Description  string  Device Description Device Description false 256  False     
Microsoft.Windows.DiskPartition:
Type  string  Type Type false 256  False     
Microsoft.Windows.Peripheral.DiskPartition:
DiskIndex  int  Disk Index Disk Index false 256       
BlockSize  int  Block Size Block Size false 256       
PrimaryPartition  string  Primary Partition Primary Partition false 256  False     
Bootable  string  Bootable Bootable false 256  False     
Size  int  Size (MB) Size (MB) false 256       

Health Model:

Source Code:

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