Table of Contents

Class Builders<TDocument>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A static helper class containing various builders.

public static class Builders<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
Builders<TDocument>
Inherited Members

Properties

Filter

public static FilterDefinitionBuilder<TDocument> Filter { get; }

Property Value

FilterDefinitionBuilder<TDocument>

IndexKeys

public static IndexKeysDefinitionBuilder<TDocument> IndexKeys { get; }

Property Value

IndexKeysDefinitionBuilder<TDocument>

Projection

public static ProjectionDefinitionBuilder<TDocument> Projection { get; }

Property Value

ProjectionDefinitionBuilder<TDocument>
public static SearchDefinitionBuilder<TDocument> Search { get; }

Property Value

SearchDefinitionBuilder<TDocument>

SearchFacet

public static SearchFacetBuilder<TDocument> SearchFacet { get; }

Property Value

SearchFacetBuilder<TDocument>

SearchPath

public static SearchPathDefinitionBuilder<TDocument> SearchPath { get; }

Property Value

SearchPathDefinitionBuilder<TDocument>

SearchScore

public static SearchScoreDefinitionBuilder<TDocument> SearchScore { get; }

Property Value

SearchScoreDefinitionBuilder<TDocument>

SearchScoreFunction

public static SearchScoreFunctionBuilder<TDocument> SearchScoreFunction { get; }

Property Value

SearchScoreFunctionBuilder<TDocument>

SearchSpan

public static SearchSpanDefinitionBuilder<TDocument> SearchSpan { get; }

Property Value

SearchSpanDefinitionBuilder<TDocument>

SetFields

public static SetFieldDefinitionsBuilder<TDocument> SetFields { get; }

Property Value

SetFieldDefinitionsBuilder<TDocument>

Sort

public static SortDefinitionBuilder<TDocument> Sort { get; }

Property Value

SortDefinitionBuilder<TDocument>

Update

public static UpdateDefinitionBuilder<TDocument> Update { get; }

Property Value

UpdateDefinitionBuilder<TDocument>