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)
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 |
|---|---|---|
| CLOSED |
Specifies that the index area, index, or storage area 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.
| |
| FULL |
Specifies that the index area, index, or storage area has reached its configured capacity and is no longer accepting new content.
| |
| OPEN |
Specifies that the index area, index, or storage area is accepting new content.
|