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

downloadFileByIDAwait

suspend fun MongoGridFsClient.downloadFileByIDAwait(id: String, fileName: String): Long

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

Parameters

id - the GridFs Object ID of the file to download

fileName -

Return

Long

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