Click or drag to resize

MapReduceOutputOptionsReplace Method (String, String)

A replace map-reduce output options.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax
public static MapReduceOutputOptions Replace(
	string collectionName,
	string databaseName
)

Parameters

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

Return Value

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