IndexType
in package
IndexType the type of the secondary index.
Table of Contents
Methods
- Blob() : IndexType
- BLOB specifies a []byte index. Requires server version 7.0+.
- Geo2DSphere() : IndexType
- GEO2DSPHERE specifies 2-dimensional spherical geospatial index.
- Numeric() : IndexType
- NUMERIC specifies an index on numeric values.
- String() : IndexType
- STRING specifies an index on string values.
Methods
Blob()
BLOB specifies a []byte index. Requires server version 7.0+.
public
static Blob() : IndexType
Return values
IndexTypeGeo2DSphere()
GEO2DSPHERE specifies 2-dimensional spherical geospatial index.
public
static Geo2DSphere() : IndexType
Return values
IndexTypeNumeric()
NUMERIC specifies an index on numeric values.
public
static Numeric() : IndexType
Return values
IndexTypeString()
STRING specifies an index on string values.
public
static String() : IndexType