Performance Data Aggregator Datasource

Microsoft.SystemCenter.PerformanceDataAggregator (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Performance.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
Aggregator DataSource Microsoft.SystemCenter.PerformanceDataAggregator.Internal Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Aggregation Interval (in seconds)

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.PerformanceDataAggregator" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ObjectName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CounterName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="InstanceName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ObjectNameQuery" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CounterNameQuery" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="InstanceNameQuery" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AggregationType">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Aggregator" TypeID="Microsoft.SystemCenter.PerformanceDataAggregator.Internal">
<TargetId>$Target/Id$</TargetId>
<RuleId>$MPElement$</RuleId>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<ObjectName>$Config/ObjectName$</ObjectName>
<CounterName>$Config/CounterName$</CounterName>
<InstanceName>$Config/InstanceName$</InstanceName>
<ObjectNameQuery>$Config/ObjectNameQuery$</ObjectNameQuery>
<CounterNameQuery>$Config/CounterNameQuery$</CounterNameQuery>
<InstanceNameQuery>$Config/InstanceNameQuery$</InstanceNameQuery>
<AggregationType>$Config/AggregationType$</AggregationType>
</DataSource>
</MemberModules>
<Composition>
<Node ID="Aggregator"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.Performance.LinkedData</OutputType>
</DataSourceModuleType>