Click or drag to resize

CreateIndexRequest Properties

The CreateIndexRequest type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalOptions
Gets or sets the additional options.
Public propertyBackground
Gets or sets a value indicating whether the index should be created in the background.
Public propertyBits
Gets or sets the bits of precision of the geohash values for 2d geo indexes.
Public propertyBucketSize
Gets or sets the size of the bucket for geo haystack indexes.
Public propertyCollation
Gets or sets the collation.
Public propertyDefaultLanguage
Gets or sets the default language for text indexes.
Public propertyExpireAfter
Gets or sets when documents in a TTL collection expire.
Public propertyKeys
Gets the keys.
Public propertyLanguageOverride
Gets or sets the language override for text indexes.
Public propertyMax
Gets or sets the maximum coordinate value for 2d indexes.
Public propertyMin
Gets or sets the minimum coordinate value for 2d indexes.
Public propertyName
Gets or sets the index name.
Public propertyPartialFilterExpression
Gets or sets the partial filter expression.
Public propertySparse
Gets or sets a value indicating whether the index is a sparse index.
Public propertySphereIndexVersion
Gets or sets the 2dsphere index version.
Public propertyStorageEngine
Gets or sets the storage engine options.
Public propertyTextIndexVersion
Gets or sets the text index version.
Public propertyUnique
Gets or sets a value indicating whether the index enforces the uniqueness of the key values.
Public propertyVersion
Gets or sets the index version.
Public propertyWeights
Gets or sets the weights for text indexes.
Public propertyWildcardProjection
Gets or sets the wildcard projection.
Top
See Also