PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-common-param.yaml

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-common-param.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-common-param.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 840 bytes
 

Contents

Class file image Download
arg_name: param name: $filter type: array|object description: | The filter criteria that specifies the documents{{action}}. interface: phpmethod operation: ~ optional: false replacement: action: "" --- arg_name: param name: $replacement type: array|object description: | The replacement document. interface: phpmethod operation: ~ optional: false --- arg_name: param name: $update type: array|object description: | Specifies the field and value combinations to update and any relevant update operators. ``$update`` uses MongoDB's :method:`update operators </reference/operator/update>`. Starting with MongoDB 4.2, an `aggregation pipeline <https://docs.mongodb.com/master/reference/command/update/#update-with-an-aggregation-pipeline>`_ can be passed as this parameter. interface: phpmethod operation: ~ optional: false ...