Table of Contents

Interface IRenderedPipelineStageDefinition

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public interface IRenderedPipelineStageDefinition

Properties

Document

BsonDocument Document { get; }

Property Value

BsonDocument

OperatorName

string OperatorName { get; }

Property Value

string

OutputSerializer

IBsonSerializer OutputSerializer { get; }

Property Value

IBsonSerializer