Microsoft.Windows.Peripheral.LogicalDiskLogical Disk (concrete)

Microsoft.Windows.Peripheral.LogicalDisk (ClassType)

All Windows logical disks

Element properties:

Base ClassMicrosoft.Windows.LogicalDisk
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId65352af9-ebc6-d024-7e91-1a21add43fbf

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.LogicalDisk:
VolumeName  string  Volume Name Volume Name false 256  False     
Microsoft.Windows.Peripheral.LogicalDisk:
FileSystem  string  File System File System false 256  False     
Compressed  string  Compressed Compressed false 256  False     
Size  int  Size (MB) Size (MB) false 256       
FreeSpace  int  Free Space Free Space false 256       
DriveType  int  Drive Type Drive Type false 256       
SupportsDiskQuota  string  Supports Disk Quota Supports Disk Quota false 256  False     
QuotasDisabled  string  Quotas Disabled Quotas Disabled false 256  False     
SupportsFileBasedCompression  string  Supports File Based Compression Supports File Based Compression false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Peripheral.LogicalDisk" Base="Windows!Microsoft.Windows.LogicalDisk" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="FileSystem" Type="string"/>
<Property ID="Compressed" Type="string"/>
<Property ID="Size" Type="int"/>
<Property ID="FreeSpace" Type="int"/>
<Property ID="DriveType" Type="int"/>
<Property ID="SupportsDiskQuota" Type="string"/>
<Property ID="QuotasDisabled" Type="string"/>
<Property ID="SupportsFileBasedCompression" Type="string"/>
</ClassType>