Veritas.EnterpriseVault.12.FileLocationFile Location

Veritas.EnterpriseVault.12.FileLocation (ClassType)

This class represents file location in Enterprise Vault.

Element properties:

Base ClassVeritas.EnterpriseVault.12.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId87d5bb1f-92cd-4a16-8f43-c1c66549393d

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.FileLocation:
Type  string  Location type true 256  False 
Path  string  Path false 256  False 

Health Model:

Source Code:

<ClassType ID="Veritas.EnterpriseVault.12.FileLocation" Base="Veritas.EnterpriseVault.12.ApplicationComponent" Accessibility="Public" Abstract="true" Hosted="false" Singleton="false">
<Property ID="Type" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>