| CreateIndexOptionsTDocument Properties | 
The CreateIndexOptionsTDocument generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Background | 
            Gets or sets a value indicating whether to create the index in the background.
            (Inherited from CreateIndexOptions.) | 
|  | Bits | 
            Gets or sets the precision, in bits, used with geohash indexes.
            (Inherited from CreateIndexOptions.) | 
|  | BucketSize | Obsolete. 
            Gets or sets the size of a geohash bucket.
            (Inherited from CreateIndexOptions.) | 
|  | Collation | 
            Gets or sets the collation.
            (Inherited from CreateIndexOptions.) | 
|  | DefaultLanguage | 
            Gets or sets the default language.
            (Inherited from CreateIndexOptions.) | 
|  | ExpireAfter | 
            Gets or sets when documents expire (used with TTL indexes).
            (Inherited from CreateIndexOptions.) | 
|  | LanguageOverride | 
            Gets or sets the language override.
            (Inherited from CreateIndexOptions.) | 
|  | Max | 
            Gets or sets the max value for 2d indexes.
            (Inherited from CreateIndexOptions.) | 
|  | Min | 
            Gets or sets the min value for 2d indexes.
            (Inherited from CreateIndexOptions.) | 
|  | Name | 
            Gets or sets the index name.
            (Inherited from CreateIndexOptions.) | 
|  | PartialFilterExpression | 
            Gets or sets the partial filter expression.
             | 
|  | Sparse | 
            Gets or sets a value indicating whether the index is a sparse index.
            (Inherited from CreateIndexOptions.) | 
|  | SphereIndexVersion | 
            Gets or sets the index version for 2dsphere indexes.
            (Inherited from CreateIndexOptions.) | 
|  | StorageEngine | 
            Gets or sets the storage engine options.
            (Inherited from CreateIndexOptions.) | 
|  | TextIndexVersion | 
            Gets or sets the index version for text indexes.
            (Inherited from CreateIndexOptions.) | 
|  | Unique | 
            Gets or sets a value indicating whether the index is a unique index.
            (Inherited from CreateIndexOptions.) | 
|  | Version | 
            Gets or sets the version of the index.
            (Inherited from CreateIndexOptions.) | 
|  | Weights | 
            Gets or sets the weights for text indexes.
            (Inherited from CreateIndexOptions.) | 
|  | WildcardProjection | 
            Gets or sets the wildcard projection.
             | 
 See Also
See Also