suspend fun MongoGridFsClient.uploadFileWithOptionsAwait(fileName: String, options: GridFsUploadOptions): String
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.uploadFileWithOptions
fileName
- the name of the file to store in gridfs
options
- io.vertx.ext.mongo.GridFsUploadOptions for specifying metadata and chunk size
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoGridFsClient using Vert.x codegen.