apiargs-MongoDBGridFSBucket-method-construct-option.yaml 873 Bytes
Newer Older
1 2 3 4 5 6 7
arg_name: option
name: bucketName
type: string
description: |
  The bucket name, which will be used as a prefix for the files and chunks
  collections. Defaults to ``"fs"``.
interface: phpmethod
8
operation: ~
9 10 11 12 13 14 15 16
optional: true
---
arg_name: option
name: chunkSizeBytes
type: integer
description: |
  The chunk size in bytes. Defaults to ``261120`` (i.e. 255 KiB).
interface: phpmethod
17
operation: ~
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
optional: true
---
source:
  file: apiargs-common-option.yaml
  ref: readConcern
replacement:
  resource: "bucket"
  parent: "database"
---
source:
  file: apiargs-common-option.yaml
  ref: readPreference
replacement:
  resource: "bucket"
  parent: "database"
---
34 35 36 37
source:
  file: apiargs-MongoDBClient-method-construct-driverOptions.yaml
  ref: typeMap
---
38 39 40 41 42 43 44
source:
  file: apiargs-common-option.yaml
  ref: writeConcern
replacement:
  resource: "bucket"
  parent: "database"
...