Click or drag to resize

MapReduceOutputToCollectionOperationCreateCommand Method

Creates the command.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
protected override BsonDocument CreateCommand(
	ICoreSessionHandle session,
	ConnectionDescription connectionDescription
)

Parameters

session
Type: MongoDB.Driver.Core.BindingsICoreSessionHandle
The session.
connectionDescription
Type: MongoDB.Driver.Core.ConnectionsConnectionDescription
The connection description.

Return Value

Type: BsonDocument
The command.
See Also