PHP Classes

File: vendor/mongodb/mongodb/docs/includes/apiargs-MongoDBDatabase-method-selectGridFSBucket-option.yaml

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

Contents

Class file image Download
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 operation: ~ optional: true --- arg_name: option name: chunkSizeBytes type: integer description: | The chunk size in bytes. Defaults to ``261120`` (i.e. 255 KiB). interface: phpmethod operation: ~ optional: true --- source: file: apiargs-MongoDBGridFSBucket-common-option.yaml ref: disableMD5 post: | .. versionadded: 1.4 --- 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" --- source: file: apiargs-common-option.yaml ref: typeMap replacement: parent: "database" --- source: file: apiargs-common-option.yaml ref: writeConcern replacement: resource: "bucket" parent: "database" ...