ComTrade.EMC.Documentum.IndexAgentDocumentum Index Agent

ComTrade.EMC.Documentum.IndexAgent (ClassType)

The Index Agent of EMC Documentum's system.

Element properties:

Base ClassComTrade.EMC.Documentum.Service
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1b02e778-fff4-1519-cd24-8d821dc945c8

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 
ComTrade.EMC.Documentum.IndexAgent:
Name  string  Index Agent Name Index Agent name. false 256  False 
RepositoryName  string  Repository Name Repository name. false 256  False 
Hostname  string  Hostname Hostname. true 256  False 
Port  string  Port Listening port. true 256  False 
DeploymentPath  string  Deployment Path Deployment path. false 256  False 
ISHostname  string  Index Server Hostname Index Server hostname. false 256  False 
ISPort  string  Index Server Port Index Server listening port. false 256  False 
LogDir  string  Log Path Log file directory. false 256  False 
LogFilename  string  Log File Name Log file name. false 256  False 
AdminUrl  string  Admin Url Admin URL. false 256  False 
InstanceName  string  Instance Name Index Agent Instance Name. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.IndexAgent" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Service" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RepositoryName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Hostname" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Port" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DeploymentPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ISHostname" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ISPort" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LogDir" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LogFilename" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AdminUrl" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstanceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>