public final class VersionUpdateResult
extends com.aspose.ms.System.Enum
Represents the result of an index version update operation.
Modifier and Type | Field and Description |
---|---|
static int |
AlreadyUpToDate
Index version is already up-to-date.
|
static int |
Unsupported
Index version is not supported or directory does not contain valid index data.
|
static int |
Updated
Index version updated.
|
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 Updated
Index version updated.
public static final int AlreadyUpToDate
Index version is already up-to-date.
public static final int Unsupported
Index version is not supported or directory does not contain valid index data.