vibe.d beta banner
get vibe.d
0.9.7

Asynchronous I/O that doesn’t get in your way, written in D

Struct BulkWriteResult

struct BulkWriteResult ;

Fields

NameTypeDescription
deletedCount longNumber of documents deleted.
insertedCount longNumber of documents inserted.
insertedIds BsonObjectID[ulong]The identifiers that were automatically generated, if not set.
matchedCount longNumber of documents matched for update.
modifiedCount longNumber of documents modified.
upsertedCount longNumber of documents upserted.
upsertedIds BsonObjectID[ulong]Map of the index of the operation to the id of the upserted document.
Authors

Jan Jurzitza

Copyright

© 2022 Jan Jurzitza

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.