Click or drag to resize
InsertOpcodeOperationTDocumentDocumentSource Property
Gets the document source.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BatchableSource<TDocument> DocumentSource { get; }

Property Value

Type: BatchableSourceTDocument
The document source.
See Also