PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\Server::executeBulkWrite
request it (377)
GoLang replacement for PHP's MongoDB\Driver\Server::executeBulkWrite
[edit | history]
PHP MongoDB\Driver\Server::executeBulkWritePHP original manual for MongoDB\Driver\Server::executeBulkWrite [ show | php.net ]MongoDB\Driver\Server::executeBulkWrite(mongodb >=1.0.0) MongoDB\Driver\Server::executeBulkWrite — Execute one or more write operations on this server Description
final public MongoDB\Driver\WriteResult MongoDB\Driver\Server::executeBulkWrite
( string
$namespace
, MongoDB\Driver\BulkWrite $bulk
[, array $options = array()
] )Executes one or more write operations on this server. A MongoDB\Driver\BulkWrite can be constructed with one or more write operations of varying types (e.g. updates, deletes, and inserts). The driver will attempt to send operations of the same type to the server in as few requests as possible to optimize round trips. Parameters
Return ValuesReturns MongoDB\Driver\WriteResult on success. Errors/Exceptions
Changelog
Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|