We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395af7a commit a11e5f6Copy full SHA for a11e5f6
driver-core/src/main/com/mongodb/client/result/bulk/ClientBulkWriteResult.java
@@ -85,10 +85,11 @@ public interface ClientBulkWriteResult {
85
long getDeletedCount();
86
87
/**
88
- * The {@linkplain ClientBulkWriteOptions#verboseResults(Boolean) verbose results} of individual operations.
+ * The verbose results of individual operations.
89
*
90
* @return {@link Optional} verbose results of individual operations.
91
* @throws UnsupportedOperationException If this result is not {@linkplain #isAcknowledged() acknowledged}.
92
+ * @see ClientBulkWriteOptions#verboseResults(Boolean)
93
*/
94
Optional<Verbose> getVerbose();
95
0 commit comments