MongoDB::UnacknowledgedResult - MongoDB unacknowledged result object
Contents
Copyright And License
This software is Copyright (c) 2020 by MongoDB, Inc.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
perl v5.40.1 2025-04-03 MongoDB::UnacknowledgedResult(3pm)
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
