Table of Contents

Class MapReduceOutputOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the output options for a map-reduce operation.

[Obsolete("Use Aggregation pipeline instead.")]
public abstract class MapReduceOutputOptions
Inheritance
MapReduceOutputOptions
Inherited Members

Properties

Inline

An inline map-reduce output options.

Methods

Merge(string, string)

A merge map-reduce output options.

Merge(string, string, bool?, bool?)

A merge map-reduce output options.

Reduce(string, string)

A reduce map-reduce output options.

Reduce(string, string, bool?, bool?)

A reduce map-reduce output options.

Replace(string, string)

A replace map-reduce output options.

Replace(string, string, bool?)

A replace map-reduce output options.