Click or drag to resize

IndexKeys Class

A builder for specifying the keys for an index.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.BuildersIndexKeys

Namespace:  MongoDB.Driver.Builders
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
public static class IndexKeys

The IndexKeys type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAscending
Sets one or more key names to index in ascending order.
Public methodStatic memberDescending
Sets one or more key names to index in descending order.
Public methodStatic memberGeoSpatial
Sets the key name to create a geospatial index on.
Public methodStatic memberGeoSpatialHaystack(String)
Sets the key name to create a geospatial haystack index on.
Public methodStatic memberGeoSpatialHaystack(String, String)
Sets the key name and additional field name to create a geospatial haystack index on.
Public methodStatic memberGeoSpatialSpherical
Sets the key name to create a spherical geospatial index on.
Public methodStatic memberHashed
Sets the key name to create a hashed index on.
Public methodStatic memberText
Sets one or more key names to include in the text index.
Public methodStatic memberTextAll
Create a text index that indexes all text fields of a document.
Top
See Also