Property InsertedCount
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
InsertedCount
Gets the number of documents that were inserted.
public override long InsertedCount { get; }
Property Value
- long
The number of document that were inserted.