Provides a set of constants that specify the availability status of an index area, index, or storage area.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration ResourceStatus
C#
public enum ResourceStatus
Visual C++
public enum class ResourceStatus
JavaScript
FileNet.Api.Constants.ResourceStatus = function();
FileNet.Api.Constants.ResourceStatus.createEnum('FileNet.Api.Constants.ResourceStatus', false);

ToggleMembers

TypeMember nameDescription
OPEN
Specifies that the index area, index, or storage area is accepting new content.
CLOSED
Specifies that the index area, index, or storage area is no longer accepting new content.
FULL
Specifies that the index area, index, or storage area has reached its configured capacity and is no longer accepting new content.
STANDBY
Specifies that the index area, index, or storage area is not currently accepting new content, but can be brought into an open state.
UNAVAILABLE
Specifies that the index is permanently unavailable for searching and indexing.

ToggleSee Also