FreeBSD Manual Pages
MongoDB::DeleteResult(User Contributed Perl DocumentatMongoDB::DeleteResult(3) NAME MongoDB::DeleteResult - MongoDB deletion result object VERSION version v1.8.0 SYNOPSIS my $result = $coll->delete( { _id => $oid } ); if ( $result->acknowledged ) { ... } DESCRIPTION This class encapsulates the results from a deletion operation. ATTRIBUTES deleted_count The number of documents that matched the filter. METHODS acknowledged Indicates whether this write result was acknowledged. Always true for this class. assert Throws an error if write errors or write concern errors occurred. Otherwise, returns the invocant. assert_no_write_error Throws a MongoDB::WriteError if write errors occurred. Otherwise, returns the invocant. assert_no_write_concern_error Throws a MongoDB::WriteConcernError if write concern errors occurred. Otherwise, returns the invocant. 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::DeleteResult(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | ATTRIBUTES | METHODS | AUTHORS | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=MongoDB::DeleteResult&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>