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

Extensions for io.vertx.ext.mongo.MongoGridFsClient

deleteAwait

suspend fun MongoGridFsClient.deleteAwait(id: String): Unit

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

downloadByFileNameAwait

suspend fun MongoGridFsClient.downloadByFileNameAwait(stream: WriteStream<Buffer>, fileName: String): Long

downloadByFileNameWithOptionsAwait

suspend fun MongoGridFsClient.downloadByFileNameWithOptionsAwait(stream: WriteStream<Buffer>, fileName: String, options: GridFsDownloadOptions): Long

downloadByIdAwait

suspend fun MongoGridFsClient.downloadByIdAwait(stream: WriteStream<Buffer>, id: String): Long

downloadFileAsAwait

suspend fun MongoGridFsClient.downloadFileAsAwait(fileName: String, newFileName: String): Long

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

downloadFileAwait

suspend fun MongoGridFsClient.downloadFileAwait(fileName: String): Long

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

downloadFileByIDAwait

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

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

dropAwait

suspend fun MongoGridFsClient.dropAwait(): Unit

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

findAllIdsAwait

suspend fun MongoGridFsClient.findAllIdsAwait(): List<String>

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

findIdsAwait

suspend fun MongoGridFsClient.findIdsAwait(query: JsonObject): List<String>

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

uploadByFileNameAwait

suspend fun MongoGridFsClient.uploadByFileNameAwait(stream: ReadStream<Buffer>, fileName: String): String

uploadByFileNameWithOptionsAwait

suspend fun MongoGridFsClient.uploadByFileNameWithOptionsAwait(stream: ReadStream<Buffer>, fileName: String, options: GridFsUploadOptions): String

uploadFileAwait

suspend fun MongoGridFsClient.uploadFileAwait(fileName: String): String

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

uploadFileWithOptionsAwait

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

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