Class CreateIndexOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Options for creating an index.
public class CreateIndexOptions
Inheritance
CreateIndexOptions
Derived
Inherited Members
Properties
Gets or sets a value indicating whether to create the index in the background.
Gets or sets the precision, in bits, used with geohash indexes.
Gets or sets the size of a geohash bucket.
Gets or sets the collation.
Gets or sets the default language.
Gets or sets when documents expire (used with TTL indexes).
Gets or sets a value indicating whether the index is hidden.
Gets or sets the language override.
Gets or sets the max value for 2d indexes.
Gets or sets the min value for 2d indexes.
Gets or sets the index name.
Gets or sets a value indicating whether the index is a sparse index.
Gets or sets the index version for 2dsphere indexes.
Gets or sets the storage engine options.
Gets or sets the index version for text indexes.
Gets or sets a value indicating whether the index is a unique index.
Gets or sets the version of the index.
Gets or sets the weights for text indexes.