Uses of Class
io.vertx.ext.mongo.GridFsUploadOptions
Packages that use GridFsUploadOptions
-
Uses of GridFsUploadOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return GridFsUploadOptionsModifier and TypeMethodDescriptionGridFsUploadOptions.setChunkSizeBytes(Integer chunkSizeBytes) GridFsUploadOptions.setMetadata(JsonObject metadata) Methods in io.vertx.ext.mongo with parameters of type GridFsUploadOptionsModifier and TypeMethodDescriptionMongoGridFsClient.uploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.uploadFileWithOptions(String fileName, GridFsUploadOptions options) Upload a file to gridfs with optionsConstructors in io.vertx.ext.mongo with parameters of type GridFsUploadOptions -
Uses of GridFsUploadOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type GridFsUploadOptionsModifier and TypeMethodDescriptionMongoGridFsClient.rxUploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.rxUploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.rxUploadFileWithOptions(String fileName, GridFsUploadOptions options) Upload a file to gridfs with optionsMongoGridFsClient.uploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.uploadByFileNameWithOptions(ReadStream<Buffer> stream, String fileName, GridFsUploadOptions options) 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 GridFsUploadOptionsModifier and TypeMethodDescriptionMongoGridFsClient.rxUploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.rxUploadFileWithOptions(String fileName, GridFsUploadOptions options) Upload a file to gridfs with optionsMongoGridFsClient.uploadByFileNameWithOptions(Flowable<Buffer> stream, String fileName, GridFsUploadOptions options) MongoGridFsClient.uploadFileWithOptions(String fileName, GridFsUploadOptions options) Upload a file to gridfs with options