ozsoft.sap.JobSAP Background Job

ozsoft.sap.Job (ClassType)

Element properties:

Base Classozsoft.sap.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0bf6efeb-9b0e-f9bf-ebd7-8034ba8e99b3

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 
ozsoft.sap.Job:
SAP_JOB.NAME  string  Job Name Background Job Name true 256  False 
SAP_JOB.COUNT  string  Job Count Background Job Count false 256  False 
SAP_JOB.USER  string  User Name Background User Name false 256  False 

Health Model:

Source Code:

<ClassType ID="ozsoft.sap.Job" Accessibility="Public" Abstract="false" Base="ozsoft.sap.Component" Hosted="true" Singleton="false">
<Property ID="SAP_JOB.NAME" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="SAP_JOB.COUNT" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SAP_JOB.USER" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>