Veritas.EnterpriseVault.12.IndexLocationBaseIndex Location Base

Veritas.EnterpriseVault.12.IndexLocationBase (ClassType)

This class represents common properties of an index location.

Element properties:

Base ClassVeritas.EnterpriseVault.12.HostedApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4e88617a-e389-b464-e8ed-c9180d1e0a20

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 
Veritas.EnterpriseVault.12.IndexLocationBase:
EntryId  string  Entry ID true 256  False 
Location  string  Location false 256  False 
ServerName  string  Server name false 256  False 
IndexServerGroup  string  Index Server group false 256  False 
Status  string  Status false 256  False 

Health Model:

Source Code:

<ClassType ID="Veritas.EnterpriseVault.12.IndexLocationBase" Base="Veritas.EnterpriseVault.12.HostedApplicationComponent" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<Property ID="EntryId" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Location" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ServerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IndexServerGroup" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Status" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>