Property DocumentSource
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
DocumentSource
Gets the document source.
public BatchableSource<TDocument> DocumentSource { get; }
Property Value
- BatchableSource<TDocument>
The document source.