Uses of Class
io.vertx.ext.mongo.GridFsUploadOptions
-
-
Uses of GridFsUploadOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return GridFsUploadOptions Modifier and Type Method Description GridFsUploadOptionsGridFsUploadOptions. setChunkSizeBytes(Integer chunkSizeBytes)GridFsUploadOptionsGridFsUploadOptions. 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
-