Class UpdateResult.Unacknowledged
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public class UpdateResult.Unacknowledged : UpdateResult
- Inheritance
-
UpdateResult.Unacknowledged
- Inherited Members
-
Properties
Instance
public static UpdateResult.Unacknowledged Instance { get; }
Property Value
- UpdateResult.Unacknowledged
IsAcknowledged
public override bool IsAcknowledged { get; }
Property Value
- bool
IsModifiedCountAvailable
public override bool IsModifiedCountAvailable { get; }
Property Value
- bool
MatchedCount
public override long MatchedCount { get; }
Property Value
- long
ModifiedCount
public override long ModifiedCount { get; }
Property Value
- long
UpsertedId
public override BsonValue UpsertedId { get; }
Property Value
- BsonValue