ComTrade.EMC.Documentum.IndexServerConfigurationDocumentum Index Server Configuration

ComTrade.EMC.Documentum.IndexServerConfiguration (ClassType)

Index Server configuration from the Content Server perspective.

Element properties:

Base ClassComTrade.EMC.Documentum.Repository.Component
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId035e67e0-964d-dca1-6d8d-33b951951471

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.IndexServerConfiguration:
ConfigName  string  Configuration Name Index Server configuration name. false 256  False 
Hostname  string  Hostname Hostname. true 256  False 
Port  int  Port Listening port. true 256   
IndexName  string  Index name Index Server index name. false 256  False 
AdminConsoleUrl  string  Admin console url Index Server administration URL. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.IndexServerConfiguration" Accessibility="Public" Abstract="true" Base="ComTrade.EMC.Documentum.Repository.Component" Hosted="false" Singleton="false">
<Property ID="ConfigName" 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="int" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IndexName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AdminConsoleUrl" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>