1MongoDB::UnacknowledgedURseesrulCto(n3t)ributed Perl DocMuomnegnotDaBt:i:oUnnacknowledgedResult(3)
2
3
4

NAME

6       MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object
7

VERSION

9       version v2.2.2
10

SYNOPSIS

12           if ( $result->acknowledged ) {
13               ...
14           }
15

DESCRIPTION

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

METHODS

22   acknowledged
23       Indicates whether this write result was acknowledged.  Always false for
24       this class.
25

AUTHORS

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.34.0                      2021-07-22  MongoDB::UnacknowledgedResult(3)
Impressum