Click or drag to resize

ParallelScanOperationTDocument Constructor

Note: This API is now obsolete.

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
[ObsoleteAttribute("ParallelScanOperation was deprecated in server version 4.1.")]
public ParallelScanOperation(
	CollectionNamespace collectionNamespace,
	int numberOfCursors,
	IBsonSerializer<TDocument> serializer,
	MessageEncoderSettings messageEncoderSettings
)

Parameters

collectionNamespace
Type: MongoDB.DriverCollectionNamespace
The collection namespace.
numberOfCursors
Type: SystemInt32
The number of cursors.
serializer
Type: MongoDB.Bson.SerializationIBsonSerializerTDocument
The serializer.
messageEncoderSettings
Type: MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings
The message encoder settings.
See Also