Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
Query | string | |
Description | string | A 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. |
ModelCorrespondence | string | CIM_QueryStatisticsCollection.QueryLanguage |
Required | boolean | true |
QueryLanguage | uint16 | 2 |
Description | string | The 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. |
Required | boolean | true |
ValueMap | string | 2, 3, .., 0x8000.. |
Values | string | CQL, CQLT, DMTF Reserved, Vendor Reserved |
SelectedEncoding | uint16 | 2 |
Description | string | The encoding of the SelectedNames, SelectedTypes, and SelectedValues strings.
- CSV = Comma Separated Values. |
Required | boolean | true |
ValueMap | string | 2, .., 0x8000.. |
Values | string | CSV, DMTF Reserved, Vendor Reserved |
SelectedNames | string | |
Description | string | A string containing the Names of the select list entries defined in Query. The encoding is defined by SelectedEncoding. |
ModelCorrespondence | string | CIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding |
Required | boolean | true |
SelectedTypes | string | |
Description | string | A string containing the Types of the select list entries defined in Query. The encoding is defined by SelectedEncoding. |
ModelCorrespondence | string | CIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding |
Required | boolean | true |
SelectedValues | string | |
Description | string | A string containing a table of Values with the columns corresponding to the select list entries defined in Query. The encoding is defined by SelectedEncoding. |
ModelCorrespondence | string | CIM_QueryStatisticsCollection.Query, CIM_QueryStatisticsCollection.SelectedEncoding |
Required | boolean | true |