Table of Contents

Class BulkWriteOperationResult.Acknowledged

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents the result of an acknowledged bulk write operation.

[Serializable]
public class BulkWriteOperationResult.Acknowledged : BulkWriteOperationResult
Inheritance
BulkWriteOperationResult.Acknowledged
Inherited Members

Constructors

Acknowledged(int, long, long, long, long?, IReadOnlyList<WriteRequest>, IReadOnlyList<BulkWriteOperationUpsert>)

Initializes a new instance of the BulkWriteOperationResult.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.