Click or drag to resize

PipelineStageDefinitionBuilderReplaceRootTInput, TOutput Method (AggregateExpressionDefinitionTInput, TOutput)

Creates a $replaceRoot stage.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public static PipelineStageDefinition<TInput, TOutput> ReplaceRoot<TInput, TOutput>(
	AggregateExpressionDefinition<TInput, TOutput> newRoot
)

Parameters

newRoot
Type: MongoDB.DriverAggregateExpressionDefinitionTInput, TOutput
The new root.

Type Parameters

TInput
The type of the input documents.
TOutput
The type of the output documents.

Return Value

Type: PipelineStageDefinitionTInput, TOutput
The stage.
See Also