Share via


MSFT_SMStorageObject class

A base class for Windows Storage Management WMI provider objects.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0"), Abstract, AMENDMENT]
class MSFT_SMStorageObject
{
  String ObjectId;
  String Identifier;
};

Members

The MSFT_SMStorageObject class has these types of members:

Properties

The MSFT_SMStorageObject class has these properties.

Identifier

Data type: String

Access type: Read-only

Qualifiers: Required

The ID of the logical instance of the object. This ID must be unique within the scope of the storage system.

ObjectId

Data type: String

Access type: Read-only

Qualifiers: Key, Required

The ID of this class instance. This ID must be unique within the scope of the Windows Storage Management server that hosts the provider object.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider