CIM_StorageDefect class
The CIM_StorageDefect aggregation collects the storage errors for a storage extent.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{5CC70817-DB31-11d2-85FC-0000F8102E5F}"), Aggregation, Association, AMENDMENT]
class CIM_StorageDefect
{
CIM_StorageError REF Error;
CIM_StorageExtent REF Extent;
};
Members
The CIM_StorageDefect class has these types of members:
Properties
The CIM_StorageDefect class has these properties.
-
Error
-
-
Data type: CIM_StorageError
-
Access type: Read-only
-
Qualifiers: Weak
Reference to the error object, which defines the starting and ending addresses that are mapped out of the storage extent.
-
-
Extent
-
Reference to the storage extent on which the errors occurred.
Remarks
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|