Class RenderedPipelineStageDefinition

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

A rendered pipeline stage.

public class RenderedPipelineStageDefinition<TOutput> : IRenderedPipelineStageDefinition

Type Parameters

TOutput

The type of the output.

Inheritance

RenderedPipelineStageDefinition

Implements

Inherited Members

Constructors

RenderedPipelineStageDefinition(string, BsonDocument, IBsonSerializer)

Initializes a new instance of the RenderedPipelineStageDefinition class.

RenderedPipelineStageDefinition(string, IEnumerable, IBsonSerializer)

Initializes a new instance of the RenderedPipelineStageDefinition class.

Properties

Document

Gets the document.

Documents

Gets the documents (usually one but could be more).

OperatorName

Gets the name of the pipeline operator.

OutputSerializer

Gets the output serializer.