Skip to content

Commit ee53a70

Browse files
committed
Merge pull request #721
2 parents 702a81c + 0eaabec commit ee53a70

4 files changed

+23
-0
lines changed

source/includes/apiargs-MongoDBCollection-method-find-option.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ operation: ~
4747
optional: true
4848
---
4949
arg_name: option
50+
name: allowDiskUse
51+
type: boolean
52+
description: |
53+
Enables writing to temporary files. When set to ``true``, queries can write
54+
data to the ``_tmp`` sub-directory in the ``dbPath`` directory. The default is
55+
``false``.
56+
interface: phpmethod
57+
operation: ~
58+
optional: true
59+
---
60+
arg_name: option
5061
name: batchSize
5162
type: integer
5263
description: |

source/includes/apiargs-MongoDBCollection-method-findOne-option.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ source:
1010
file: apiargs-MongoDBCollection-method-find-option.yaml
1111
ref: skip
1212
---
13+
source:
14+
file: apiargs-MongoDBCollection-method-find-option.yaml
15+
ref: allowDiskUse
16+
---
1317
source:
1418
file: apiargs-MongoDBCollection-common-option.yaml
1519
ref: collation

source/includes/apiargs-MongoDBGridFSBucket-method-find-option.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ source:
1414
file: apiargs-MongoDBCollection-method-find-option.yaml
1515
ref: limit
1616
---
17+
source:
18+
file: apiargs-MongoDBCollection-method-find-option.yaml
19+
ref: allowDiskUse
20+
---
1721
source:
1822
file: apiargs-MongoDBCollection-method-find-option.yaml
1923
ref: batchSize

source/includes/apiargs-MongoDBGridFSBucket-method-findOne-option.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ source:
1010
file: apiargs-MongoDBCollection-method-find-option.yaml
1111
ref: skip
1212
---
13+
source:
14+
file: apiargs-MongoDBCollection-method-find-option.yaml
15+
ref: allowDiskUse
16+
---
1317
source:
1418
file: apiargs-MongoDBCollection-common-option.yaml
1519
ref: collation

0 commit comments

Comments
 (0)