AVIcode.DotNet.SystemCenter.Client.WebApplication.InjectoruX Application Injector

AVIcode.DotNet.SystemCenter.Client.WebApplication.Injector (ClassType)

Base class for uX Application Injectors

Element properties:

Base ClassMicrosoft.Windows.InternetInformationServices.AspNetWebApplicationEndpoint
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda44f6b2d-b9b0-35da-da92-5951ce5762ca

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 
AVIcode.DotNet.SystemCenter.Client.WebApplication.Injector:
ApplicationName  string  Application Name Name of the uX Application true 256  False 
IISApplicationName  string  IIS Application Name Name of the uX Application in IIS false 256  False 
CollectorLocation  string  uX Collector Host Full AVIcode Intercept uX Collector computer name. false 256  False 
Monitor  string  Monitor Monitoring status. false 256  False 
MonitoringMode  string  Monitoring Mode Monitoring mode of a uX application. Possible values are 'Statistics' or 'Full'. In Full Mode the agent collects client-side performance characteristics and report on performance degradation and exception events for the client-side portion of the monitored application. In Statistics mode the agent collects performance characteristics for the client-side portion of the monitored application. false 256  False 
AlertingThreshold  string  Alerting Threshold The execution time threshold above which the agent will report an event. false 256  False 
SensitivityThreshold  string  Sensitivity Threshold The resource call execution time threshold above which the agent will collect resource details. false 256  False 
AjaxThreshold  string  Ajax/WCF Threshold Threshold for collection of asynchronous client-side AJAX calls. false 256  False 
ContentSizeThreshold  string  Content Size Threshold Content size threshold (bytes) above which the agent will collect page content details. false 256  False 
CollectContentSize  string  Collect Content Size Because the content size cannot always be collected, Intercept uX can make an AJAX call for the server to get the file one more time and to get its size. This additional call may increase traffic to the server, so it is configurable through the 'Collect Content Size Information' flag which enables or disables the AJAX calls. When the flag is off sizes are only displayed for some content types, otherwise all sizes are displayed (except for some special cases). false 256  False 
SEViewerComputerDetail  string  Computer Detail View Defines the URL to the computer detail view. false 3000  False 
SEViewerApplicationDetail  string  Application Detail View Defines the URL to the application detail view. false 3000  False 
CollectorPath  string  Reserved Reserved false 256  False 

Health Model:

Source Code:

<ClassType ID="AVIcode.DotNet.SystemCenter.Client.WebApplication.Injector" Base="IISCommon!Microsoft.Windows.InternetInformationServices.AspNetWebApplicationEndpoint" Abstract="true" Accessibility="Public" Hosted="true" Singleton="false">
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="IISApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="CollectorLocation" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="Monitor" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="MonitoringMode" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="AlertingThreshold" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="SensitivityThreshold" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="AjaxThreshold" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="ContentSizeThreshold" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="CollectContentSize" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="SEViewerComputerDetail" Type="string" CaseSensitive="false" Key="false" MaxLength="3000"/>
<Property ID="SEViewerApplicationDetail" Type="string" CaseSensitive="false" Key="false" MaxLength="3000"/>
<Property ID="CollectorPath" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
</ClassType>