Table of Contents

Class CreateIndexOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for creating an index.

public class CreateIndexOptions<TDocument> : CreateIndexOptions

Type Parameters

TDocument

The type of the document.

Inheritance
CreateIndexOptions<TDocument>
Inherited Members

Properties

PartialFilterExpression

Gets or sets the partial filter expression.

WildcardProjection

Gets or sets the wildcard projection.