1MongoDB::UnacknowledgedURseesrulCto(n3t)ributed Perl DocMuomnegnotDaBt:i:oUnnacknowledgedResult(3)
2
3
4
6 MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object
7
9 version v2.2.2
10
12 if ( $result->acknowledged ) {
13 ...
14 }
15
17 This class represents an unacknowledged result, i.e. with write concern
18 of "w => 0". No additional information is available and no other
19 methods should be called on it.
20
22 acknowledged
23 Indicates whether this write result was acknowledged. Always false for
24 this class.
25
27 · David Golden <david@mongodb.com>
28
29 · Rassi <rassi@mongodb.com>
30
31 · Mike Friedman <friedo@friedo.com>
32
33 · Kristina Chodorow <k.chodorow@gmail.com>
34
35 · Florian Ragwitz <rafl@debian.org>
36
38 This software is Copyright (c) 2020 by MongoDB, Inc.
39
40 This is free software, licensed under:
41
42 The Apache License, Version 2.0, January 2004
43
44
45
46perl v5.32.0 2020-08-18 MongoDB::UnacknowledgedResult(3)