PerformanceData Action

Microsoft.SystemCenter.PerformanceDataWriter (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeMicrosoft.SystemCenter.Performance.LinkedData
Commentstores performance into the OpsMgr DB

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.PerformanceDataWriter" Comment="stores performance into the OpsMgr DB" Accessibility="Internal" RunAs="SCLibrary!Microsoft.SystemCenter.DatabaseWriteActionAccount" Batching="false">
<Configuration>
<xsd:element name="UpdateLastSampledValue" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Mom.DatabaseWriteModules, Culture="", PublicKeyToken="31bf3856ad364e35", Version="7.0.5000.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.DatabaseWriteModules.PerformanceWriteModule</Type>
</Managed>
</ModuleImplementation>
<InputType>SCLibrary!Microsoft.SystemCenter.Performance.LinkedData</InputType>
</WriteActionModuleType>