Java com.mongodb.bulk BulkWriteResult fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.bulk BulkWriteResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.bulk BulkWriteResult.

The text is from its open source code.

Method

intgetDeletedCount()
Returns the number of documents deleted by the write operation.
intgetInsertedCount()
Returns the number of documents inserted by the write operation.
intgetMatchedCount()
Returns the number of documents matched by updates or replacements in the write operation.
intgetModifiedCount()
Returns the number of documents modified by the write operation.
ListgetUpserts()
Gets an unmodifiable list of upserted items, or the empty list if there were none.
booleanisModifiedCountAvailable()
Returns true if the server was able to provide a count of modified documents.
booleanwasAcknowledged()
Returns true if the write was acknowledged.