gridfsReadManyFiles

IN: mongo - active connection to the MongoDB instance. gridfsBucketName - full path to the GridFS parent of collections .files and .chunks. ids - array of file object IDs, i.e., their "_id" values. RETURN: An associative array containing id -> entire file content mappings.

  1. ubyte[][ObjectId] gridfsReadManyFiles(MongoConnection mongo, string gridfsBucketName, ObjectId[] ids)
    ubyte[][ObjectId]
    gridfsReadManyFiles
  2. ubyte[][string] gridfsReadManyFiles(MongoConnection mongo, string gridfsBucketName, string[] names)

Throws

File not found, or on corrupt properties.

Meta