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

Member NameDescription
UNAVAILABLE 
FULLSpecifies that the storage or index area has reached its configured capacity.
CLOSEDSpecifies that the storage or index area is no longer accepting new content.
STANDBYSpecifies that the storage or index area is not currently accepting new content, but may be brought into an open state.
OPENSpecifies that the storage or index area is accepting new content.

See Also