Click or drag to resize

MapReduceLegacyOperation Properties

The MapReduceLegacyOperation type exposes the following members.

Properties
  NameDescription
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
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 propertyReadConcern
Gets or sets the read concern.
Public propertyReduceFunction
Gets the reduce function.
(Inherited from MapReduceOperationBase.)
Public propertyScope
Gets or sets the scope document.
(Inherited from MapReduceOperationBase.)
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.)
Top
See Also