Skip to content

BuildIndexMode

Namespace: ThinkGeo.Core

This enumeration represents whether an index should be rebuilt or not.

public enum BuildIndexMode

Inheritance ObjectValueTypeEnumBuildIndexMode
Implements IComparable, IFormattable, IConvertible

Remarks:

None

Fields

Name Value Description
DoNotRebuild 0 Do not rebuild the index if it exists.
Rebuild 1 Rebuild the index if it exists.