MSFT_StorageModificationEvent class

Represents a storage modification event. Storage modification events are used when the underlying state of an object has changed.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[Indication]
class MSFT_StorageModificationEvent : MSFT_StorageEvent
{
};

Members

The MSFT_StorageModificationEvent class does not define any members.

Remarks

Not all properties should be tracked (for example, AllocatedSize may change so frequently that sending events would be impractical). At a minimum, an event should be sent any time an object's HealthStatus or OperationalStatus properties change.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Namespace Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

See also

MSFT_StorageEvent