Table of Contents

Class RenderedPipelineDefinition<TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A rendered pipeline.

public class RenderedPipelineDefinition<TOutput>

Type Parameters

TOutput

The type of the output.

Inheritance
RenderedPipelineDefinition<TOutput>
Inherited Members

Constructors

RenderedPipelineDefinition(IEnumerable<BsonDocument>, IBsonSerializer<TOutput>)

Initializes a new instance of the RenderedPipelineDefinition<TOutput> class.

Properties

Documents

Gets the documents.

OutputSerializer

Gets the serializer.