ComTrade.EMC.Documentum.RepositoryDocumentum Repository

ComTrade.EMC.Documentum.Repository (ClassType)

A collection of content files and metadata that is managed as a single entity. Usually consists of one or more files systems and a RDBMS.

Element properties:

Base ClassSystem.Group
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId05e0cca2-ee4f-8d67-5fe4-f2877d30d365

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:
Name  string  Repository Name Documentum repository/docbase name. true 256  False 
Id  string  Repository ID Repository ID. true 256  False 
DatabaseName  string  Database Name Database name. false 256  False 
DatabaseConnection  string  Database Connection Database connection. false 256  False 
DatabaseType  string  Database Type Database type (e.g. Oracle, MS SQL, etc.). false 256  False 
DatabaseUser  string  Database User Database user. false 256  False 
Federation  string  Federation Federation. false 256  False 
GlobalRepository  string  Global Repository Flag to indicate if repository is global. false 256  False 
HexId  string  Repository ID (hex) Repository ID in hexadecimal format. false 256  False 

Health Model:

Source Code:

<ClassType ID="ComTrade.EMC.Documentum.Repository" Accessibility="Public" Abstract="false" Base="System!System.Group" Hosted="false" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DatabaseName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DatabaseConnection" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DatabaseType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DatabaseUser" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Federation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="GlobalRepository" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HexId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>