Click or drag to resize

IAggregateFluent<TResult>.SetWindowFields<TWindowFields> Method (AggregateExpressionDefinition<ISetWindowFieldsPartition<TResult>, TWindowFields>)

Appends a $setWindowFields to the pipeline.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
IAggregateFluent<BsonDocument> SetWindowFields<TWindowFields>(
	AggregateExpressionDefinition<ISetWindowFieldsPartition<TResult>, TWindowFields> output
)

Parameters

output
Type: MongoDB.Driver.AggregateExpressionDefinition<ISetWindowFieldsPartition<TResult>, TWindowFields>
The window fields definition.

Type Parameters

TWindowFields
The type of the added window fields.

Return Value

Type: IAggregateFluent<BsonDocument>
The fluent aggregate interface.
See Also