suspend fun MongoGridFsClient.deleteAwait(id: String): Unit
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.delete |
|
suspend fun MongoGridFsClient.downloadByFileNameAwait(stream: WriteStream<Buffer>, fileName: String): Long |
|
suspend fun MongoGridFsClient.downloadByFileNameWithOptionsAwait(stream: WriteStream<Buffer>, fileName: String, options: GridFsDownloadOptions): Long |
|
suspend fun MongoGridFsClient.downloadByIdAwait(stream: WriteStream<Buffer>, id: String): Long |
|
suspend fun MongoGridFsClient.downloadFileAsAwait(fileName: String, newFileName: String): Long
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.downloadFileAs |
|
suspend fun MongoGridFsClient.downloadFileAwait(fileName: String): Long
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.downloadFile |
|
suspend fun MongoGridFsClient.downloadFileByIDAwait(id: String, fileName: String): Long
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.downloadFileByID |
|
suspend fun MongoGridFsClient.dropAwait(): Unit
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.drop |
|
suspend fun MongoGridFsClient.findAllIdsAwait(): List<String>
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.findAllIds |
|
suspend fun MongoGridFsClient.findIdsAwait(query: JsonObject): List<String>
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.findIds |
|
suspend fun MongoGridFsClient.uploadByFileNameAwait(stream: ReadStream<Buffer>, fileName: String): String |
|
suspend fun MongoGridFsClient.uploadByFileNameWithOptionsAwait(stream: ReadStream<Buffer>, fileName: String, options: GridFsUploadOptions): String |
|
suspend fun MongoGridFsClient.uploadFileAwait(fileName: String): String
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.uploadFile |
|
suspend fun MongoGridFsClient.uploadFileWithOptionsAwait(fileName: String, options: GridFsUploadOptions): String
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.uploadFileWithOptions |