Class ParallelScanArgs<TDocument>
Represents arguments for the ParallelScan command helper method.
public class ParallelScanArgs<TDocument> : ParallelScanArgsType 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>