Operations Manager APM Data Transfer Module

Microsoft.SystemCenter.Apm.DataTransferModule (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationOwnProcess
AccessibilityInternal
RunAsMicrosoft.SystemCenter.DataWarehouse.ActionAccount
InputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TransferIntervalInMinint$Config/TransferIntervalInMin$Transfer IntervalInterval in minutes Transfer Manager will wait to initiate next data transfer.
StoreEventPeriodInDaysint$Config/StoreEventPeriodInDays$Store Event PeriodInterval in days events will be stored in DW DB.
StorePerformanceCountersIntervalInDaysint$Config/StorePerformanceCountersIntervalInDays$Store Performance Counters IntervalInterval in days performance counters will be stored in DW DB.
LookupIntervalInSecint$Config/LookupIntervalInSec$Lookup IntervalInterval in seconds between two attempts when Rule Manager will look into the Rule table to pick new Rule up if any.

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Apm.DataTransferModule" Accessibility="Internal" RunAs="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ActionAccount">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.Apm.TransferConfigurationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TransferIntervalInMin" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreEventPeriodInDays" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StorePerformanceCountersIntervalInDays" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LookupIntervalInSec" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SQLUserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SQLUserPassword" type="xsd:string"/>
<!-- The name "configuration" should be in lowercase as required by internal implementation of transfer logic-->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="configuration" type="Microsoft.SystemCenter.Apm.TransferConfigurationType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TransferIntervalInMin" Selector="$Config/TransferIntervalInMin$" ParameterType="int"/>
<OverrideableParameter ID="StoreEventPeriodInDays" Selector="$Config/StoreEventPeriodInDays$" ParameterType="int"/>
<OverrideableParameter ID="StorePerformanceCountersIntervalInDays" Selector="$Config/StorePerformanceCountersIntervalInDays$" ParameterType="int"/>
<OverrideableParameter ID="LookupIntervalInSec" Selector="$Config/LookupIntervalInSec$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="OwnProcess">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Modules.Apm.ServerModules.DataTransfer</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.ServerModules.DataTransferWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>