logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object

Authors

       •   David Golden <david@mongodb.com>

       •   Rassi <rassi@mongodb.com>

       •   Mike Friedman <friedo@friedo.com>

       •   Kristina Chodorow <k.chodorow@gmail.com>

       •   Florian Ragwitz <rafl@debian.org>

Description

       This class represents an unacknowledged result, i.e. with write concern of "w => 0".  No additional
       information is available and no other methods should be called on it.

Methods

acknowledged
       Indicates whether this write result was acknowledged.  Always false for this class.

Name

       MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object

Synopsis

           if ( $result->acknowledged ) {
               ...
           }

Version

       version v2.2.2

See Also