Class CreateIndexOptions<TDocument>
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.
public FilterDefinition<TDocument> PartialFilterExpression { get; set; }
Property Value
- FilterDefinition<TDocument>
WildcardProjection
Gets or sets the wildcard projection.
public ProjectionDefinition<TDocument> WildcardProjection { get; set; }
Property Value
- ProjectionDefinition<TDocument>