Show / Hide Table of Contents

Enum IndexCreationFlags

Flags for Index creation.

Leanxcale supports two types of secondary tables: non-unique index and unique index. Also, it allows to define an index as global. Global indexes are like a regular table, horizontally partitioned, without any collocation to the primary index. Local indexes are local to each region.

These values might be used to build a bitmask to pass it as the parameter "flags" for createIndex(String, String, Int32, UInt16[], Int32) that is the function to create an index in the database.

Namespace: lxapi
Assembly: lxapi.dll
Syntax
public enum IndexCreationFlags

Fields

Name Description
IDXTBL

Global index

IDXUNIQ

Unique index

Back to top Generated by DocFX