Table of Contents

Interface IRenderedPipelineStageDefinition

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

A rendered pipeline stage.

public interface IRenderedPipelineStageDefinition

Properties

Document

Gets the document.

BsonDocument Document { get; }

Property Value

BsonDocument

Documents

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

IReadOnlyList<BsonDocument> Documents { get; }

Property Value

IReadOnlyList<BsonDocument>

OperatorName

Gets the name of the pipeline operator.

string OperatorName { get; }

Property Value

string

The name of the pipeline operator.

OutputSerializer

Gets the output serializer.

IBsonSerializer OutputSerializer { get; }

Property Value

IBsonSerializer