Class ParallelScanArgs
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
ReadPreference
Gets or sets the read preference.
public ReadPreference ReadPreference { get; set; }
Property Value
Serializer
Gets or sets the serializer.
public IBsonSerializer Serializer { get; set; }