Uses of Class
io.vertx.ext.mongo.GridFsUploadOptions
-
Packages that use GridFsUploadOptions Package Description io.vertx.ext.mongo io.vertx.reactivex.ext.mongo io.vertx.rxjava3.ext.mongo -
-
Uses of GridFsUploadOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return GridFsUploadOptions Modifier and Type Method Description GridFsUploadOptions
GridFsUploadOptions. setChunkSizeBytes(Integer chunkSizeBytes)
GridFsUploadOptions
GridFsUploadOptions. setMetadata(JsonObject metadata)
Methods in io.vertx.ext.mongo with parameters of type GridFsUploadOptions Modifier and Type Method Description Future<String>
MongoGridFsClient. uploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options)
Future<String>
MongoGridFsClient. uploadFileWithOptions(String fileName, GridFsUploadOptions options)
Upload a file to gridfs with optionsConstructors in io.vertx.ext.mongo with parameters of type GridFsUploadOptions Constructor Description GridFsUploadOptions(GridFsUploadOptions options)
Copy constructor -
Uses of GridFsUploadOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type GridFsUploadOptions Modifier and Type Method Description Single<String>
MongoGridFsClient. rxUploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options)
Single<String>
MongoGridFsClient. rxUploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options)
Single<String>
MongoGridFsClient. rxUploadFileWithOptions(String fileName, GridFsUploadOptions options)
Upload a file to gridfs with optionsFuture<String>
MongoGridFsClient. uploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options)
Future<String>
MongoGridFsClient. uploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options)
Future<String>
MongoGridFsClient. uploadFileWithOptions(String fileName, GridFsUploadOptions options)
Upload a file to gridfs with options -
Uses of GridFsUploadOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type GridFsUploadOptions Modifier and Type Method Description Single<String>
MongoGridFsClient. rxUploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options)
Single<String>
MongoGridFsClient. rxUploadFileWithOptions(String fileName, GridFsUploadOptions options)
Upload a file to gridfs with optionsSingle<String>
MongoGridFsClient. uploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options)
Single<String>
MongoGridFsClient. uploadFileWithOptions(String fileName, GridFsUploadOptions options)
Upload a file to gridfs with options
-