Click or drag to resize

MapReduceOutputOptionsMerge Method (String, String)

A merge map-reduce output options.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public static MapReduceOutputOptions Merge(
	string collectionName,
	string databaseName
)

Parameters

collectionName
Type: SystemString
The name of the collection.
databaseName
Type: SystemString
The name of the database.

Return Value

Type: MapReduceOutputOptions
A merge map-reduce output options.
See Also