public final class BulkWriteOptions extends Object
Constructor and Description |
---|
BulkWriteOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isOrdered()
If true, then when a write fails, return without performing the remaining
writes.
|
BulkWriteOptions |
ordered(boolean ordered)
If true, then when a write fails, return without performing the remaining
writes.
|
public boolean isOrdered()
public BulkWriteOptions ordered(boolean ordered)
ordered
- true if the writes should be ordered