IndexKeysDefinitionExtensions Class |
Namespace: MongoDB.Driver
Name | Description | |
---|---|---|
AscendingTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with an ascending index key definition.
| |
AscendingTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with an ascending index key definition.
| |
DescendingTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with a descending index key definition.
| |
DescendingTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with a descending index key definition.
| |
Geo2DTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with a 2d index key definition.
| |
Geo2DTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with a 2d index key definition.
| |
Geo2DSphereTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with a 2dsphere index key definition.
| |
Geo2DSphereTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with a 2dsphere index key definition.
| |
GeoHaystackTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with a geo haystack index key definition.
| |
GeoHaystackTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with a geo haystack index key definition.
| |
HashedTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with a hashed index key definition.
| |
HashedTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with a hashed index key definition.
| |
TextTDocument(IndexKeysDefinitionTDocument, FieldDefinitionTDocument) |
Combines an existing index keys definition with a text index key definition.
| |
TextTDocument(IndexKeysDefinitionTDocument, ExpressionFuncTDocument, Object) |
Combines an existing index keys definition with a text index key definition.
|