Indexes interface

The indexes for the path.

Properties

dataType

The datatype for which the indexing behavior is applied to.

kind

Indicates the type of index.

precision

The precision of the index. -1 is maximum precision.

Property Details

dataType

The datatype for which the indexing behavior is applied to.

dataType?: string

Property Value

string

kind

Indicates the type of index.

kind?: string

Property Value

string

precision

The precision of the index. -1 is maximum precision.

precision?: number

Property Value

number