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 a025f54 commit f30c02bCopy full SHA for f30c02b
src/action/bulk_write.rs
@@ -22,6 +22,8 @@ impl Client {
22
///
23
/// `await` will return d[`Result<SummaryBulkWriteResult`] or d[`Result<VerboseBulkWriteResult`]
24
/// if [`verbose_results`](BulkWrite::verbose_results) is configured.
25
+ ///
26
+ /// Bulk write is only available on MongoDB 8.0+.
27
#[deeplink]
28
pub fn bulk_write(
29
&self,
@@ -47,6 +49,8 @@ impl crate::sync::Client {
47
49
/// [`run`](BulkWrite::run) will return d[`Result<SummaryBulkWriteResult`] or
48
50
/// d[`Result<VerboseBulkWriteResult`] if [`verbose_results`](BulkWrite::verbose_results) is
51
/// configured.
52
53
54
55
56
0 commit comments