mongo.gridfile.get.chunk.size: Get the chunk.size of a mongo.gridfile

Description Usage Arguments Value See Also Examples

View source: R/gridfs.R

Description

Get the chunk size of a mongo.gridfile. This is the size of the chunks into which file is broken up on the server.

Usage

1

Arguments

gridfile

A (mongo.gridfile) object.

Value

(integer) The chunk size of gridfile.

See Also

mongo.gridfs,
mongo.gridfs.find,
mongo.gridfile,
mongo.gridfile.get.descriptor,
mongo.gridfile.get.filename,
mongo.gridfile.get.length,
mongo.gridfile.get.chunk.count,
mongo.gridfile.get.content.type,
mongo.gridfile.get.upload.date,
mongo.gridfile.get.md5,
mongo.gridfile.get.metadata,
mongo.gridfile.get.chunk,
mongo.gridfile.get.chunks,
mongo.gridfile.read,
mongo.gridfile.seek,
mongo.gridfile.pipe.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

jonkatz2/rmongodb documentation built on May 19, 2019, 7:30 p.m.