IndexKeysDefinitionTDocument Methods |
The IndexKeysDefinitionTDocument generic type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Render |
Renders the index keys definition to a BsonDocument.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AscendingTDocument(ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with an ascending index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
AscendingTDocument(FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with an ascending index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
DescendingTDocument(ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with a descending index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
DescendingTDocument(FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with a descending index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
Geo2DTDocument(ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with a 2d index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
Geo2DTDocument(FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with a 2d index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
Geo2DSphereTDocument(ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with a 2dsphere index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
Geo2DSphereTDocument(FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with a 2dsphere index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
GeoHaystackTDocument(ExpressionFuncTDocument, Object, ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with a geo haystack index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
GeoHaystackTDocument(FieldDefinitionTDocument, FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with a geo haystack index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
HashedTDocument(ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with a hashed index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
HashedTDocument(FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with a hashed index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
TextTDocument(ExpressionFuncTDocument, Object) | Overloaded.
Combines an existing index keys definition with a text index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
TextTDocument(FieldDefinitionTDocument) | Overloaded.
Combines an existing index keys definition with a text index key definition.
(Defined by IndexKeysDefinitionExtensions.) | |
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |