suspend fun MongoClient.saveWithOptionsAwait(collection: String, document: JsonObject, writeOption: WriteOption): String?
Save a document in the specified collection with the specified write option
collection - the collection
collection
document - the document
document
writeOption - the write option to use
writeOption
Return