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

findIdsAwait

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

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

Parameters

query - a bson query expressed as json that will be used to match files

Return

List

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