Class CIM_QueryStatisticsCollection
extends CIM_StatisticsCollection

A subclass of SystemSpecificCollection which collects together statistics and gathers them into an efficient representation. This enables very large numbers of statistics to be efficiently gathered via CIM Indications or Operations.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Collection
   |
   +--CIM_SystemSpecificCollection
   |
   +--CIM_StatisticsCollection
   |
   +--CIM_QueryStatisticsCollection

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA subclass of SystemSpecificCollection which collects together statistics and gathers them into an efficient representation. This enables very large numbers of statistics to be efficiently gathered via CIM Indications or Operations.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::StorageStatistics
Versionstring2.39.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
Querystring
DescriptionstringA query expression that defines information to be placed into the SelectedNames, SelectedTypes, and SelectedValues properties. The FROM clause MAY reference any class. An Example using QueryLanguage = "DMTF:CQLT": SELECT Stats.* FROM CIM_BlockStatisticalData Stats, CIM_QueryStatisticsCollection QSC, CIM_MemberOfCollection MoC Where ObjectPath(QSC) = ObjectPath($SELF$) AND ObjectPath(QSC) = MoC.Collection AND ObjectPath(Stats) = MoC.Member AND CurrentDateTime() >= Stats.StatisticTime + Stats.SampleInterval.
ModelCorrespondencestringCIM_QueryStatisticsCollection.QueryLanguage
Requiredbooleantrue
QueryLanguageuint162
DescriptionstringThe language in which the query is expressed. CQL: indicates a CIM Query Language string. CQLT: indicates a CIM Query Language Template string. When used, the identifiers recognized in the $identifier$ tokens are "SELF" and the property names of this class, or one of its subclasses. When used in the Query string, $SELF$ will be replaced by a string corresponding to a WBEM URI referencing the instance of this class that contains the Query template string. Tokens of the form $<propertyname>$ will be replaced by a string representing the corresponding property value of the instance of this class that contains the Query string.
Requiredbooleantrue
ValueMapstring2, 3, .., 0x8000..
ValuesstringCQL, CQLT, DMTF Reserved, Vendor Reserved
SelectedEncodinguint162
DescriptionstringThe encoding of the SelectedNames, SelectedTypes, and SelectedValues strings. - CSV = Comma Separated Values.
Requiredbooleantrue
ValueMapstring2, .., 0x8000..
ValuesstringCSV, DMTF Reserved, Vendor Reserved
SelectedNamesstring
DescriptionstringA string containing the Names of the select list entries defined in Query. The encoding is defined by SelectedEncoding.
ModelCorrespondencestringCIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding
Requiredbooleantrue
SelectedRateNamesstring
DescriptionstringA string containing the Names of the select list rated entries defined in Query. The encoding is defined by SelectedEncoding.
ModelCorrespondencestringCIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding
SelectedRateTypesstring
DescriptionstringA string containing the Types of the select list rated entries defined in Query. The encoding is defined by SelectedEncoding.
ModelCorrespondencestringCIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding
SelectedRateValuesstring
DescriptionstringA string containing a table of Values with the columns corresponding to the select list rated entries defined in Query. The encoding is defined by SelectedEncoding.
ModelCorrespondencestringCIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding
SelectedTypesstring
DescriptionstringA string containing the Types of the select list entries defined in Query. The encoding is defined by SelectedEncoding.
ModelCorrespondencestringCIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding
Requiredbooleantrue
SelectedValuesstring
DescriptionstringA string containing a table of Values with the columns corresponding to the select list entries defined in Query. The encoding is defined by SelectedEncoding.
ModelCorrespondencestringCIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding
Requiredbooleantrue

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SystemSpecificCollection
SampleIntervaldatetimeCIM_StatisticsCollection
TimeLastSampleddatetimeCIM_StatisticsCollection

Class Methods