public interface WriteResult extends java.lang.Iterable<NitriteId>
An interface to represent the result of a modification operation
on NitriteCollection. It provides a means to iterate over
all affected ids in the collection.
| Modifier and Type | Method and Description |
|---|---|
int |
getAffectedCount()
Gets the count of affected document in the collection.
|