SolarWinds.Orion.SCOM.WPM.TransactionTransaction Class

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

A transaction which is monitored by SolarWinds Web Performance Monitor.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId22b6ad61-f35c-b89f-f9ca-a3a45caf15ab

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.Transaction:
TransactionID  int  Transaction ID A unique number used to identify this transaction. true 256   
Name  string  Transaction Name The name of this transaction. false 1024  False 
Description  string  Transaction Description The description of this transaction. false 2048  False 

Health Model:

Source Code:

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