public final class IndexStatus
extends com.aspose.ms.System.Enum
Specifies an index status.
Modifier and Type | Field and Description |
---|---|
static int |
ChangingAttributes
Index changes attributes.
|
static int |
Deleting
Index performs a deleting operation.
|
static int |
Failed
Index needs to be reloaded due to an error.
|
static int |
Indexing
Index performs an indexing operation.
|
static int |
Merging
Index performs a merging operation.
|
static int |
Optimizing
Index performs an optimizing operation.
|
static int |
Ready
Index is free and ready to change.
|
static int |
Renaming
Index performs a renaming operation.
|
static int |
Updating
Index performs an updating operation.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Ready
Index is free and ready to change.
public static final int Failed
Index needs to be reloaded due to an error.
public static final int Indexing
Index performs an indexing operation.
public static final int Updating
Index performs an updating operation.
public static final int Merging
Index performs a merging operation.
public static final int Optimizing
Index performs an optimizing operation.
public static final int Deleting
Index performs a deleting operation.
public static final int Renaming
Index performs a renaming operation.
public static final int ChangingAttributes
Index changes attributes.