suspend fun MongoGridFsClient.findIdsAwait(query: JsonObject): List<String>
Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.findIds
query
- a bson query expressed as json that will be used to match files
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoGridFsClient using Vert.x codegen.