Class BulkWriteResult<TDocument>.Acknowledged
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public class BulkWriteResult<TDocument>.Acknowledged : BulkWriteResult<TDocument>
- Inheritance
-
BulkWriteResult<TDocument>.Acknowledged
- Inherited Members
-
Constructors
Acknowledged(int, long, long, long, long?, IEnumerable<WriteModel<TDocument>>, IEnumerable<BulkWriteUpsert>)
public Acknowledged(int requestCount, long matchedCount, long deletedCount, long insertedCount, long? modifiedCount, IEnumerable<WriteModel<TDocument>> processedRequests, IEnumerable<BulkWriteUpsert> upserts)
Parameters
requestCount
int
matchedCount
long
deletedCount
long
insertedCount
long
modifiedCount
long?
processedRequests
IEnumerable<WriteModel<TDocument>>
upserts
IEnumerable<BulkWriteUpsert>
Properties
DeletedCount
public override long DeletedCount { get; }
Property Value
- long
InsertedCount
public override long InsertedCount { get; }
Property Value
- long
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
Upserts
public override IReadOnlyList<BulkWriteUpsert> Upserts { get; }
Property Value
- IReadOnlyList<BulkWriteUpsert>