vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoGridFsClient / uploadFileWithOptionsAwait

uploadFileWithOptionsAwait

suspend fun MongoGridFsClient.uploadFileWithOptionsAwait(fileName: String, options: GridFsUploadOptions): String

Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.uploadFileWithOptions

Parameters

fileName - the name of the file to store in gridfs

options - io.vertx.ext.mongo.GridFsUploadOptions for specifying metadata and chunk size

Return

String

NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoGridFsClient using Vert.x codegen.