Class JsonIndexKeysDefinition<TDocument>
A JSON string based index keys definition.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Index
Keys <TDocument>Definition JsonIndexKeysDefinition<TDocument>
- Inherited Members
- Extension Methods
Constructors
JsonIndexKeysDefinition(string)
Initializes a new instance of the JsonIndexKeysDefinition<TDocument> class.
Parameters
json
stringThe json.
Properties
Json
Gets the json.
Property Value
Methods
Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)
Renders the index keys definition to a Bson
public override BsonDocument Render(IBsonSerializer<TDocument> documentSerializer, IBsonSerializerRegistry serializerRegistry, LinqProvider linqProvider)
Parameters
documentSerializer
IBsonSerializer <TDocument>The document serializer.
serializerRegistry
IBsonSerializer Registry The serializer registry.
linqProvider
LinqProvider The LINQ provider.