FreeBSD Manual Pages
MongoDB::UnacknowledgeUseruContributed Perl DoMongoDB::UnacknowledgedResult(3) NAME MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object VERSION version v1.8.0 SYNOPSIS if ( $result->acknowledged ) { ... } 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. AUTHORS o David Golden <david@mongodb.com> o Rassi <rassi@mongodb.com> o Mike Friedman <friedo@friedo.com> o Kristina Chodorow <k.chodorow@gmail.com> o Florian Ragwitz <rafl@debian.org> COPYRIGHT AND LICENSE This software is Copyright (c) 2017 by MongoDB, Inc. This is free software, licensed under: The Apache License, Version 2.0, January 2004 perl v5.24.1 2017-04-10 MongoDB::UnacknowledgedResult(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | METHODS | AUTHORS | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=MongoDB::UnacknowledgedResult&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>