Table of Contents

Class BsonDocumentIndexKeysDefinition<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A BsonDocument based index keys definition.

public sealed class BsonDocumentIndexKeysDefinition<TDocument> : IndexKeysDefinition<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
BsonDocumentIndexKeysDefinition<TDocument>
Inherited Members
Extension Methods

Constructors

BsonDocumentIndexKeysDefinition(BsonDocument)

Initializes a new instance of the BsonDocumentIndexKeysDefinition<TDocument> class.

Properties

Document

Gets the document.

Methods

Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry, LinqProvider)

Renders the index keys definition to a BsonDocument.