Table of Contents

Property WhenMatchedPipeline

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

WhenMatchedPipeline

An aggregation pipeline to update the document in the collection. Used when WhenMatched is Pipeline.

public PipelineDefinition<TOutput, TOutput> WhenMatchedPipeline { get; set; }

Property Value

PipelineDefinition<TOutput, TOutput>