Indexes Class

Definition

The indexes for the path.

public class Indexes
type Indexes = class
Public Class Indexes
Inheritance
Indexes

Constructors

Indexes()

Initializes a new instance of the Indexes class.

Indexes(DataType, Nullable<Int32>, IndexKind)

Initializes a new instance of the Indexes class.

Properties

DataType

Gets or sets the datatype for which the indexing behavior is applied to. Possible values include: 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'

Kind

Gets or sets indicates the type of index. Possible values include: 'Hash', 'Range', 'Spatial'

Precision

Gets or sets the precision of the index. -1 is maximum precision.

Applies to