ComTrade.EMC.Documentum.IndexAgentConfigurationDocumentum Index Agent Configuration

ComTrade.EMC.Documentum.IndexAgentConfiguration (ClassType)

The Index Agent configuration from the Content Server perspective.

Element properties:

Base ClassComTrade.EMC.Documentum.Repository.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId67b97a8f-3a03-4fff-08df-5f3ef19140a9

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.Repository.Component:
Name  string  Repository Name Documentum repository/docbase name. true 256  False 
Id  string  Repository ID Repository ID. true 256  False 
HexId  string  Repository ID (hex) Repository ID in hexadecimal format. false 256  False 
ComTrade.EMC.Documentum.IndexAgentConfiguration:
ConfigName  string  Configuration name Index Agent configuration name. true 256  False 
Port  int  Port Listening port. false 256   
Hostname  string  Hostname Hostname. false 256  False 
Url  string  Url Index Agent URL. false 256  False 
IndexName  string  Index Name Index Agent index name. false 256  False 
QueueUser  string  Queue User Queue user name. false 256  False 
AdminConsoleUrl  string  Admin console url Index Agent administration URL. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.IndexAgentConfiguration" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Repository.Component" Hosted="false" Singleton="false">
<Property ID="ConfigName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Port" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Hostname" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Url" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IndexName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="QueueUser" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AdminConsoleUrl" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>