Table of Contents

Class CreateIndexOptions<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class CreateIndexOptions<TDocument> : CreateIndexOptions

Type Parameters

TDocument
Inheritance
CreateIndexOptions<TDocument>
Inherited Members

Constructors

CreateIndexOptions()

public CreateIndexOptions()

Properties

PartialFilterExpression

public FilterDefinition<TDocument> PartialFilterExpression { get; set; }

Property Value

FilterDefinition<TDocument>