SolarWinds.Orion.SCOM.WPM.StepTransaction Step Class

SolarWinds.Orion.SCOM.WPM.Step (ClassType)

A transaction step which is monitored by SolarWinds Web Performance Monitor.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9b2c93ae-d9a6-d11c-c431-3b1ff99efd90

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
SolarWinds.Orion.SCOM.WPM.Step:
TransactionStepID  int      true 256   
Name  string      false 1024  False 
TransactionName  string      false 1024  False 

Health Model:

Source Code:

<ClassType ID="SolarWinds.Orion.SCOM.WPM.Step" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="TransactionStepID" Key="true" Type="int"/>
<Property ID="Name" Type="string" Key="false" Length="1024"/>
<Property ID="TransactionName" Type="string" Key="false" Length="1024"/>
</ClassType>