MergeStageOptionsTOutputWhenMatchedPipeline Property |
An aggregation pipeline to update the document in the collection.
Used when WhenMatched is Pipeline.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public PipelineDefinition<TOutput, TOutput> WhenMatchedPipeline { get; set; }
Public Property WhenMatchedPipeline As PipelineDefinition(Of TOutput, TOutput)
Get
Set
member WhenMatchedPipeline : PipelineDefinition<'TOutput, 'TOutput> with get, set
Property Value
Type:
PipelineDefinitionTOutput,
TOutputSee Also