CIM_AggregationMetricValue class

Represents the instance value of a metric defined by an instance of CIM_AggregationMetricDefinition.

Syntax

[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Metrics::BaseMetric"), AMENDMENT]
class CIM_AggregationMetricValue : CIM_BaseMetricValue
{
  datetime AggregationTimeStamp;
  datetime AggregationDuration;
};

Members

The CIM_AggregationMetricValue class has these types of members:

Properties

The CIM_AggregationMetricValue class has these properties.

AggregationDuration

Data type: datetime

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_AggregationMetricValue.AggregationTimeStamp")

Represents the time duration over which the aggregation was computed. The start of a monitoring interval over which the aggregation function is applied is determined by subtracting the AggregationDuration value from the AggregationTimestamp value.

AggregationTimeStamp

Data type: datetime

Access type: Read-only

Qualifiers: ModelCorrespondence ("CIM_AggregationMetricValue.Duration")

The time when the aggregation function was applied to determine the value of the metric instance. This is different from the time when the instance is created. The AggregationTimeStamp value changes whenever the aggregation function is applied to calculate the value.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_BaseMetricValue