Java com.mongodb.client.result DeleteResult fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.result DeleteResult fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

longgetDeletedCount()
Gets the number of documents deleted.
booleanwasAcknowledged()
Returns true if the write was acknowledged.