Table of Contents

Class BulkWriteResult<TDocument>.Acknowledged

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Result from an acknowledged write concern.

[Serializable]
public class BulkWriteResult<TDocument>.Acknowledged : BulkWriteResult<TDocument>
Inheritance
BulkWriteResult<TDocument>
BulkWriteResult<TDocument>.Acknowledged
Inherited Members

Constructors

Acknowledged(int, long, long, long, long?, IEnumerable<WriteModel<TDocument>>, IEnumerable<BulkWriteUpsert>)

Initializes a new instance of the BulkWriteResult<TDocument>.Acknowledged class.

Properties

DeletedCount

Gets the number of documents that were deleted.

InsertedCount

Gets the number of documents that were inserted.

IsAcknowledged

Gets a value indicating whether the bulk write operation was acknowledged.

IsModifiedCountAvailable

Gets a value indicating whether the modified count is available.

MatchedCount

Gets the number of documents that were matched.

ModifiedCount

Gets the number of documents that were actually modified during an update.

Upserts

Gets a list with information about each request that resulted in an upsert.