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

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

Introduction

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

The text is from its open source code.

Method

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.

intgetRemovedCount()
Returns the number of documents removed by the write operation.
ListgetUpserts()
Gets an unmodifiable list of upserted items, or the empty list if there were none.
booleanisAcknowledged()
Returns true if the write was acknowledged.