Property ModifiedCount
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
ModifiedCount
Gets the number of documents that were actually modified during an update.
public abstract long ModifiedCount { get; }
Property Value
- long
The number of document that were actually modified during an update.