Click or drag to resize
BulkWriteResultDeletedCount Property
Gets the number of documents that were deleted.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public abstract long DeletedCount { get; }

Property Value

Type: Int64
See Also