PHP Classes

File: vendor/mongodb/mongodb/tests/SpecTests/retryable-writes/deleteMany.json

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/tests/SpecTests/retryable-writes/deleteMany.json   Download  
File: vendor/mongodb/mongodb/tests/SpecTests/retryable-writes/deleteMany.json
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: 613 bytes
 

Contents

Class file image Download
{ "runOn": [ { "minServerVersion": "3.6", "topology": [ "replicaset", "sharded" ] } ], "data": [ { "_id": 1, "x": 11 }, { "_id": 2, "x": 22 } ], "tests": [ { "description": "DeleteMany ignores retryWrites", "useMultipleMongoses": true, "operation": { "name": "deleteMany", "arguments": { "filter": {} } }, "outcome": { "result": { "deletedCount": 2 }, "collection": { "data": [] } } } ] }