Table of Contents

Enum IndexBuildingMode

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Column index's building behavior.

public enum IndexBuildingMode
Extension Methods

Fields

Name Description
Auto

The server will build but not persist string column's suffix index

Explicit

The server will build and persist string column's suffix index by RefreshIndex command

Full

The server will build and persist string column's suffix index by either RefreshRecalc, RefreshFull or RefreshIndex command

Off

Default behavior - the server will not build string column's suffix index

Remarks

This enum is only supported when the compatibility level of the database is at Preview or above.