Class ParallelScanArgs<TDocument>
Represents arguments for the ParallelScan command helper method.
public class ParallelScanArgs<TDocument> : ParallelScanArgs
Type Parameters
TDocument
The type of the document.
- Inheritance
-
ParallelScanArgs<TDocument>
- Inherited Members
- Extension Methods
Properties
Serializer
Gets or sets the serializer.
public IBsonSerializer<TDocument> Serializer { get; set; }
Property Value
- IBsonSerializer<TDocument>