Click or drag to resize

AggregateFluentBase<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.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
public virtual 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.

Implements

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