PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-countDocuments-option.yaml

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-countDocuments-option.yaml   Download  
File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBCollection-method-countDocuments-option.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: 1,036 bytes
 

Contents

Class file image Download
source: file: apiargs-MongoDBCollection-common-option.yaml ref: collation --- arg_name: option name: hint type: string|array|object description: | The index to use. Specify either the index name as a string or the index key pattern as a document. If specified, then the query system will only consider plans using the hinted index. interface: phpmethod operation: ~ optional: true --- arg_name: option name: limit type: integer description: | The maximum number of matching documents to return. interface: phpmethod operation: ~ optional: true --- source: file: apiargs-common-option.yaml ref: maxTimeMS --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: readConcern --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: readPreference --- source: file: apiargs-common-option.yaml ref: session --- arg_name: option name: skip type: integer description: | The number of matching documents to skip before returning results. interface: phpmethod operation: ~ optional: true ...