Win32_CollectionStatistics class

The Win32_CollectionStatistics abstract association WMI class relates a managed system element collection and the class that represents statistical information about the collection.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, Association, UUID("{13FFA73F-25AA-4b66-B63C-B635514678C5}"), AMENDMENT]
class Win32_CollectionStatistics
{
  CIM_StatisticalInformation REF Stats;
  CIM_CollectionOfMSEs       REF Collection;
};

Members

The Win32_CollectionStatistics class has these types of members:

Properties

The Win32_CollectionStatistics class has these properties.

Collection

Data type: CIM_CollectionOfMSEs

Access type: Read-only

Reference to an instance of a CIM_CollectionOfMSEs object that represents the collection of managed system elements.

Stats

Data type: CIM_StatisticalInformation

Access type: Read-only

Reference to an instance of a CIM_StatisticalInformation object that represents statistical information about a collection.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipcima.mof
DLL
Wmipcima.dll

See also

Operating System Classes