Table of Contents

Property CombinationExpression

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

CombinationExpression

Gets or sets the aggregation expression used to combine scores when CombinationMethod is Expression. Pipeline scores are referenced by name as $$pipelineName variables.

public BsonDocument CombinationExpression { get; set; }

Property Value

BsonDocument