Veritas.EnterpriseVault.12.SiteSite

Veritas.EnterpriseVault.12.Site (ClassType)

This class represents Enterprise Vault Site.

Element properties:

Base ClassVeritas.EnterpriseVault.12.UnhostedApplicationComponent
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7059e12a-41cb-ed40-9e4b-d18a9d780016

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.Site:
EntryId  string  Site entry ID true 256  False 
Name  string  Site name false 256  False 
DirectoryName  string  SQL Server instance name false 256  False 
ProductVersion  string  Product version false 256  False 

Health Model:

Source Code:

<ClassType ID="Veritas.EnterpriseVault.12.Site" Accessibility="Public" Abstract="false" Base="Veritas.EnterpriseVault.12.UnhostedApplicationComponent" Hosted="false" Singleton="false">
<Property ID="EntryId" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DirectoryName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ProductVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>