Click or drag to resize

IAggregateFluentTResultSetWindowFieldsTPartitionBy, TWindowFields Method (AggregateExpressionDefinitionTResult, TPartitionBy, AggregateExpressionDefinitionISetWindowFieldsPartitionTResult, TWindowFields)

Appends a $setWindowFields to the pipeline.

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

Parameters

partitionBy
Type: MongoDB.DriverAggregateExpressionDefinitionTResult, TPartitionBy
The partitionBy definition.
output
Type: MongoDB.DriverAggregateExpressionDefinitionISetWindowFieldsPartitionTResult, TWindowFields
The window fields definition.

Type Parameters

TPartitionBy
The type of the value to partition by.
TWindowFields
The type of the added window fields.

Return Value

Type: IAggregateFluentBsonDocument
The fluent aggregate interface.
See Also