apiargs-MongoDBGridFSBucket-method-uploadFromStream-param.yaml 372 Bytes
Newer Older
1 2 3 4 5
source:
  file: apiargs-MongoDBGridFSBucket-common-param.yaml
  ref: $filename
replacement:
  resource: " to create"
6 7 8 9 10
---
arg_name: param
name: $source
type: resource
description: |
11
  Readable stream, from which the new GridFS file's contents will be read.
12
interface: phpmethod
13
operation: ~
14 15 16 17 18 19
optional: false
---
source:
  file: apiargs-common-param.yaml
  ref: $options
...