Class UpdateResult
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public abstract class UpdateResult
- Inheritance
-
UpdateResult
- Derived
-
- Inherited Members
-
Constructors
UpdateResult()
Properties
IsAcknowledged
public abstract bool IsAcknowledged { get; }
Property Value
- bool
IsModifiedCountAvailable
public abstract bool IsModifiedCountAvailable { get; }
Property Value
- bool
MatchedCount
public abstract long MatchedCount { get; }
Property Value
- long
ModifiedCount
public abstract long ModifiedCount { get; }
Property Value
- long
UpsertedId
public abstract BsonValue UpsertedId { get; }
Property Value
- BsonValue