Contains the Verity configuration data (properties) for a server instance. This configuration data can differ from one server to the next. A VerityServerConfiguration object is contained in the SubsystemsConfiguration property of Domain, Site, VirtualServer, and ServerInstance objects. The VerityServerConfiguration object used is the first occurrence found by searching (in this order) the ServerInstance instance, the VirtualServer instance, the Site instance, and the Domain instance.

None of the properties on this object must be set or changed to enable full text indexing. This object is used only to address performance issues.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IVerityServerConfiguration
    Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C#
public interface IVerityServerConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
C++
interface class IVerityServerConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
J#
public interface IVerityServerConfiguration implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject
JScript
public interface IVerityServerConfiguration extends ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration

See Also