The resource status (ResourceStatus property) of an IBM Content Search Services index area has four possible values: OPEN, CLOSED, FULL, and STANDBY. With the exception of the FULL status value, all of these status values can be set by using the API. The FULL status value can be set by the Content Engine server only.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly CBR_TS_INVALID_INDEX_AREA_STATUS As ExceptionCode
C#
public static readonly ExceptionCode CBR_TS_INVALID_INDEX_AREA_STATUS
Visual C++
public:
static initonly ExceptionCode^ CBR_TS_INVALID_INDEX_AREA_STATUS
JavaScript
FileNet.Api.Exception.ExceptionCode.cbR_TS_INVALID_INDEX_AREA_STATUS

ToggleSee Also