Class ReplaceOneResult
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public abstract class ReplaceOneResult
- Inheritance
-
ReplaceOneResult
- Derived
-
- Inherited Members
-
Constructors
ReplaceOneResult()
protected ReplaceOneResult()
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