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
- Json
Index Keys Definition(string) Initializes a new instance of the JsonIndexKeysDefinition<TDocument> class.
Properties
- Json
Gets the json.
Methods
- Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)
Renders the index keys definition to a Bson
Document .