System.Performance.Baselining.NTSignatureData

System Center

Updated: August 10, 2011

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

Defines the data type for all Windows NT signature data items passed within a workflow.

All Windows NT signature data item types are defined in accordance with the System.Performance.Baselining.NTSignatureData schema. Workflow modules that take any Windows NT signature data item type as input will define their input data type as System.Performance.Baselining.NTSignatureData.

System.Performance.Baselining.NTSignatureData has the following structure:


<DataItem type="System.Performance.Baselining.NTSignatureData" time="2000-01-15T12:00:00.0000000-08:00">
  <ObjectName></ObjectName>
  <CounterName></CounterName>
  <InstanceName></InstanceName>
  <BusinessCycleLengthUnit></BusinessCycleLengthUnit>
  <BusinessCycleLengthInGivenUnit></BusinessCycleLengthInGivenUnit>
  <BusinessCycleStartTime></BusinessCycleStartTime>
  <SignatureValues>
    <SignatureValue>
      <Initialized Type="Boolean"></Initialized>
    </SignatureValue>
    <SignatureValue>
      <Average></Average>
      <Deviation></Deviation>
    </SignatureValue>
  </SignatureValues>
  <StartIndex></StartIndex>
  <IsReset></IsReset>
  <IsPaused></IsPaused>
  <Sensitivity></Sensitivity>
</DataItem>

 
Show: