Click or drag to resize
CreateIndexRequestPartialFilterExpression Property
Gets or sets the partial filter expression.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BsonDocument PartialFilterExpression { get; set; }

Property Value

Type: BsonDocument
The partial filter expression.
See Also