public final class IndexStatus
extends com.aspose.ms.System.Enum
Specifies index status.
Modifier and Type | Field and Description |
---|---|
static int |
Failed
Index operation is failed.
|
static int |
InProgress
Index operation is in progress.
|
static int |
LicenseRestrictionFinished
Index operation is failed by reason of license restriction.
|
static int |
NotStarted
Index is not started.
|
static int |
Ready
Index is ready.
|
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 NotStarted
Index is not started.
public static final int InProgress
Index operation is in progress.
public static final int Ready
Index is ready.
public static final int Failed
Index operation is failed. Reloading is required to continue working.
public static final int LicenseRestrictionFinished
Index operation is failed by reason of license restriction.
Copyright © 2019. All rights reserved.