Microsoft.SystemCenter.Apm.CsmWebPageTransactionRoleClient Web Page Transaction Role

Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole (ClassType)

Application Performance Monitoring Client Web Page Transaction

Element properties:

Base ClassMicrosoft.SystemCenter.Apm.CsmTransactionRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId14de5382-c71f-4ee6-3eb7-025302317fe1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000           
Microsoft.SystemCenter.Apm.TransactionRoleBase:
TransactionName  string  Transaction name Transaction name true 256      False     
PerformanceRateMonitorEnabled  bool  \% Performance Events/sec enabled Flag to determine if \% Performance Events/sec monitor is enabled for an application events false 256           
PerformanceRateMonitorInterval  int  \% Performance Events/sec interval An alert will be raised if the average value of the \% Performance Events/sec counter stays above the threshold for this time interval. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  \% Performance Events/sec threshold An alert will be raised if the average value of the \% Performance Events/sec counter stays above this threshold for the specified time interval. false 256           
ExceptionRateMonitorEnabled  bool  \% Exception Events/sec enabled Flag to determine if \% Exception Events/sec monitor is enabled for an application events false 256           
ExceptionRateMonitorInterval  int  \% Exception Events/sec interval An alert will be raised if the average value of the \% Exception Events/sec counter stays above the threshold for this time interval. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  \% Exception Events/sec threshold An alert will be raised if the average value of the \% Exception Events/sec counter stays above this threshold for the specified time interval. false 256           
AvgRequestTimeMonitorEnabled  bool  Avg. Request Time enabled Flag to determine if Avg. Request Time monitor is enabled for an application events false 256           
AvgRequestTimeMonitorInterval  int  Avg. Request Time interval An alert will be raised if the average value of the Avg. Request Time counter stays above the threshold for this time interval. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Avg. Request Time threshold An alert will be raised if the average value of the Avg. Request Time counter stays above this threshold for the specified time interval. false 256  2147483647       
Microsoft.SystemCenter.Apm.CsmTransactionRole:
PerformanceAlerts  bool  Collect Performance Alerts Collect Performance Alerts false 256           
ExceptionAlerts  bool  Collect Exception Alerts Collect Exception Alerts false 256           
Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole:
PageName  string  Page Name Page Name true 512      False     
PageLoadThreshold  int  Page Load Threshold Page Load Threshold false 256  2147483647       
SensitivityThreshold  int  Sensitivity Threshold Sensitivity Threshold false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.CsmWebPageTransactionRole" Base="Microsoft.SystemCenter.Apm.CsmTransactionRole" Abstract="false" Accessibility="Internal" Hosted="true" Singleton="false">
<!-- this property contains serialized configuration -->
<Property ID="PageName" Type="string" CaseSensitive="false" Key="true" MaxLength="512"/>
<!-- Monitoring Settings -->
<Property ID="PageLoadThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
<Property ID="SensitivityThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="0"/>
</ClassType>