Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb.mongo.result
io.realm.mongodb.mongo.result.DeleteResult
The result of a delete operation.
Constructors
Constructor and Description |
|---|
Constructs a result. |
Method Summary
Modifier and Type | Method and Description |
|---|---|
public long | Gets the number of documents deleted. |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Constructor Detail
Constructs a result. Parameters
|
Method Detail
getDeletedCount
public long getDeletedCount () |
|---|
Gets the number of documents deleted. Returns the number of documents deleted |