Provides a set of constants that specify the availability status of an index area, index, or storage area.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Members
Type | Member name | Description |
---|---|---|
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.
|