Table of Contents

Class ParallelScanArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents arguments for the ParallelScan command helper method.

public class ParallelScanArgs
Inheritance
ParallelScanArgs
Derived
Inherited Members
Extension Methods

Properties

BatchSize

Gets or sets the size of the batch.

public int? BatchSize { get; set; }

Property Value

int?

NumberOfCursors

Gets or sets the desired number of cursors.

public int NumberOfCursors { get; set; }

Property Value

int

ReadPreference

Gets or sets the read preference.

public ReadPreference ReadPreference { get; set; }

Property Value

ReadPreference

Serializer

Gets or sets the serializer.

public IBsonSerializer Serializer { get; set; }

Property Value

IBsonSerializer