Table of Contents

Class ParallelScanArgs<TDocument>

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

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>