Class CreateIndexOptions
Options for creating an index.
- Inheritance
-
Create
Index Options
- Derived
- Inherited Members
Properties
- Background
Gets or sets a value indicating whether to create the index in the background.
- Bits
Gets or sets the precision, in bits, used with geohash indexes.
- Bucket
Size Gets or sets the size of a geohash bucket.
- Collation
Gets or sets the collation.
- Default
Language Gets or sets the default language.
- Expire
After Gets or sets when documents expire (used with TTL indexes).
- Hidden
Gets or sets a value indicating whether the index is hidden.
- Language
Override Gets or sets the language override.
- Max
Gets or sets the max value for 2d indexes.
- Min
Gets or sets the min value for 2d indexes.
- Name
Gets or sets the index name.
- Sparse
Gets or sets a value indicating whether the index is a sparse index.
- Sphere
Index Version Gets or sets the index version for 2dsphere indexes.
- Storage
Engine Gets or sets the storage engine options.
- Text
Index Version Gets or sets the index version for text indexes.
- Unique
Gets or sets a value indicating whether the index is a unique index.
- Version
Gets or sets the version of the index.
- Weights
Gets or sets the weights for text indexes.