Uses of Class
io.vertx.ext.mongo.GridFsDownloadOptions
-
-
Uses of GridFsDownloadOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return GridFsDownloadOptions Modifier and Type Method Description GridFsDownloadOptionsGridFsDownloadOptions. setRevision(Integer revision)Methods in io.vertx.ext.mongo with parameters of type GridFsDownloadOptions Modifier and Type Method Description Future<Long>MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options)ReadStream<Buffer>MongoGridFsClient. readByFileNameWithOptions(String fileName, GridFsDownloadOptions options)Read file by name to ReadStream with optionsConstructors in io.vertx.ext.mongo with parameters of type GridFsDownloadOptions Constructor Description GridFsDownloadOptions(GridFsDownloadOptions options)Copy constructor
-