System.ConsolidatorData

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

Defines the data type for all event consolidator data items that are passed within a workflow.

Remarks

All event consolidator data item types are defined in accordance with the System.ConsolidatorData schema. Workflow modules that take any event consolidator data item type as input will define their input data type as System.ConsolidatorData.

System.ConsolidatorData has the following structure:

<DataItem type="System.ConsolidatorData" time="2000-01-15T20:00:00Z"
          sourceHealthServiceId="7fd77deb-8f26-408b-bac7-fb03fefcda99">
  <TimeWindowStart>2000-01-15T20:00:00Z</TimeWindowStart>
  <TimeWindowEnd>2000-01-15T20:00:00Z</TimeWindowEnd>
  <TimeFirst>2000-01-15T20:00:00Z</TimeFirst>
  <TimeLast>2000-01-15T20:00:00Z</TimeLast>
  <Count></Count>
  <Context>
    <DataItem type="SomeTypeOfData.Data" time="2008-03-11T03:08:55.0343534-08:00" sourceHealthServiceId="0A0800A0-A802-E90B-6045-D961D516CA78">
   </DataItem>    

  </Context>
</DataItem>

The contained data item’s type depends on the type of data being consolidated.

See Also

Reference

System.BaseData
System.Event.Data