apiargs-MongoDBCollection-method-count-option.yaml 911 Bytes
Newer Older
1 2 3 4
source:
  file: apiargs-MongoDBCollection-common-option.yaml
  ref: collation
---
5 6
arg_name: option
name: hint
7
type: string|array|object
8
description: |
9
  The index to use. If you specify a document, it is interpreted as an index
10
  specification from which a name will be derived.
11
interface: phpmethod
12
operation: ~
13
optional: true
14 15 16 17 18
---
arg_name: option
name: limit
type: integer
description: |
19
  The maximum number of matching documents to return.
20
interface: phpmethod
21
operation: ~
22
optional: true
23 24 25
---
source:
  file: apiargs-common-option.yaml
26
  ref: maxTimeMS
27 28
---
source:
29
  file: apiargs-MongoDBCollection-common-option.yaml
30 31 32
  ref: readConcern
---
source:
33
  file: apiargs-MongoDBCollection-common-option.yaml
34 35 36 37 38 39
  ref: readPreference
---
arg_name: option
name: skip
type: integer
description: |
40
  The number of matching documents to skip before returning results.
41
interface: phpmethod
42
operation: ~
43
optional: true
44
...