Click or drag to resize

MapReduceOutputOptionsReduce Method (String, String)

A reduce map-reduce output options.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public static MapReduceOutputOptions Reduce(
	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 reduce map-reduce output options.
See Also