JET_IdxInfo enumeration

Info levels for retrieve index information with JetGetIndexInfo. and JetGetTableIndexInfo.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Enumeration JET_IdxInfo
'Usage
Dim instance As JET_IdxInfo
public enum JET_IdxInfo

Members

Member name Description
Default Returns a JET_INDEXLIST structure with information about the index.
List Returns a JET_INDEXLIST structure with information about the index.
SysTabCursor Obsolete. SysTabCursor is obsolete.
OLC Obsolete. OLC is obsolete.
ResetOLC Obsolete. Reset OLC is obsolete.
SpaceAlloc Returns an integer with the space usage of the index.
LCID Returns an integer with the LCID of the index.
Langid Obsolete. Langid is obsolete. Use LCID instead.
Count Returns an integer with the count of indexes in the table.
VarSegMac Returns a ushort with the value of cbVarSegMac the index was created with.
IndexId Returns a JET_INDEXID identifying the index.
KeyMost Introduced in Windows Vista. Returns a ushort with the value of cbKeyMost the index was created with.

See also

Reference

Microsoft.Isam.Esent.Interop namespace