Provides a set of constants that identify the availability status of a storage or index area.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum ResourceStatus |
C# |
---|
public enum ResourceStatus |
C++ |
---|
public enum class ResourceStatus |
J# |
---|
public enum ResourceStatus |
JScript |
---|
public enum ResourceStatus |
Members
Description | |
---|---|
UNAVAILABLE | |
FULL | Specifies that the storage or index area has reached its configured capacity. |
CLOSED | Specifies that the storage or index area is no longer accepting new content. |
STANDBY | Specifies that the storage or index area is not currently accepting new content, but may be brought into an open state. |
OPEN | Specifies that the storage or index area is accepting new content. |