Uses of Class
io.vertx.ext.mongo.GridFsDownloadOptions
-
Packages that use GridFsDownloadOptions Package Description io.vertx.ext.mongo io.vertx.reactivex.ext.mongo io.vertx.rxjava3.ext.mongo -
-
Uses of GridFsDownloadOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return GridFsDownloadOptions Modifier and Type Method Description GridFsDownloadOptions
GridFsDownloadOptions. 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 -
Uses of GridFsDownloadOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.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 optionsSingle<Long>
MongoGridFsClient. rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options)
-
Uses of GridFsDownloadOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type GridFsDownloadOptions Modifier and Type Method Description Single<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 optionsSingle<Long>
MongoGridFsClient. rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream, String fileName, GridFsDownloadOptions options)
-