Class BulkWriteResult.Unacknowledged
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Result from an unacknowledged write concern.
[Serializable]
public class BulkWriteResult<TDocument>.Unacknowledged : BulkWriteResult<TDocument>
Inheritance
BulkWriteResult.Unacknowledged
Inherited Members
Constructors
Unacknowledged(int, IReadOnlyList<WriteModel>)
Initializes a new instance of the BulkWriteResult.Unacknowledged class.
Properties
Gets the number of documents that were deleted.
Gets the number of documents that were inserted.
Gets a value indicating whether the bulk write operation was acknowledged.
Gets a value indicating whether the modified count is available.
Gets the number of documents that were matched.
Gets the number of documents that were actually modified during an update.
Gets a list with information about each request that resulted in an upsert.