Click or drag to resize

MapReduceOutputToCollectionOperation Class

Represents a map-reduce operation that outputs its results to a collection.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsMapReduceOperationBase
    MongoDB.Driver.Core.OperationsMapReduceOutputToCollectionOperation

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public class MapReduceOutputToCollectionOperation : MapReduceOperationBase, 
	IWriteOperation<BsonDocument>

The MapReduceOutputToCollectionOperation type exposes the following members.

Constructors
  NameDescription
Public methodMapReduceOutputToCollectionOperation
Initializes a new instance of the MapReduceOutputToCollectionOperation class.
Top
Properties
  NameDescription
Public propertyBypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
Public propertyCollation
Gets or sets the collation.
(Inherited from MapReduceOperationBase.)
Public propertyCollectionNamespace
Gets the collection namespace.
(Inherited from MapReduceOperationBase.)
Public propertyFilter
Gets or sets the filter.
(Inherited from MapReduceOperationBase.)
Public propertyFinalizeFunction
Gets or sets the finalize function.
(Inherited from MapReduceOperationBase.)
Public propertyJavaScriptMode Obsolete.
Gets or sets a value indicating whether objects emitted by the map function remain as JavaScript objects.
(Inherited from MapReduceOperationBase.)
Public propertyLimit
Gets or sets the maximum number of documents to pass to the map function.
(Inherited from MapReduceOperationBase.)
Public propertyMapFunction
Gets the map function.
(Inherited from MapReduceOperationBase.)
Public propertyMaxTime
Gets or sets the maximum time the server should spend on this operation.
(Inherited from MapReduceOperationBase.)
Public propertyMessageEncoderSettings
Gets the message encoder settings.
(Inherited from MapReduceOperationBase.)
Public propertyNonAtomicOutput Obsolete.
Gets or sets a value indicating whether the server should not lock the database for merge and reduce output modes.
Public propertyOutputCollectionNamespace
Gets the output collection namespace.
Public propertyOutputMode
Gets or sets the output mode.
Public propertyReduceFunction
Gets the reduce function.
(Inherited from MapReduceOperationBase.)
Public propertyScope
Gets or sets the scope document.
(Inherited from MapReduceOperationBase.)
Public propertyShardedOutput Obsolete.
Gets or sets a value indicating whether the output collection should be sharded.
Public propertySort
Gets or sets the sort specification.
(Inherited from MapReduceOperationBase.)
Public propertyVerbose
Gets or sets a value indicating whether to include extra information, such as timing, in the result.
(Inherited from MapReduceOperationBase.)
Public propertyWriteConcern
Gets or sets the write concern.
Top
Methods
  NameDescription
Protected methodCreateCommand
Creates the command.
(Overrides MapReduceOperationBaseCreateCommand(ICoreSessionHandle, ConnectionDescription).)
Protected methodCreateOutputOptions
Creates the output options.
(Overrides MapReduceOperationBaseCreateOutputOptions.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the operation.
Public methodExecuteAsync
Executes the operation.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also