Share via


System.Performance.ConsecutiveSamplesData

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Defines the data type for all sampled performance data items that are passed within a workflow.

Remarks

All sampled performance data item types are defined in accordance with the System.PerformanceConsecutiveSamplesData schema. Workflow modules that take any sampled performance data item type as input will define their input data type as System.Performance.ConsecutiveSamplesData.

System.Performance.ConsecutiveSamplesData has the following structure:

<DataItem type="System.Performance.ConsecutiveSamplesData" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
  <TimeSampled></TimeSampled>
  <ObjectName> </ObjectName>
  <CounterName> </CounterName>
  <InstanceName></InstanceName>
  <IsNull Type="Boolean"> </IsNull>
  <Value>1</Value>
  <SampleCount></SampleCount>
  <FirstValue></FirstValue>
  <LastValue></LastValue>
</DataItem>


See Also

Reference

System.BaseData
System.Performance.AverageData
System.Performance.BaseData
System.Performance.Data
System.Performance.DeltaData