Instance Subscriptswift-mongodb 0.27.0MongoQL->Mongo
subscript(_:)
Mongo.ListDatabases.swift:85subscript(key: Filter) -> Mongo.PredicateDocument? { get set }
Other members in extension
Types
enum AuthorizedDatabases
enum Filter
struct NameOnly
Retrieves the names of all existing databases.
Typealiases
typealias Database
typealias ExecutionPolicy
ListDatabases
supports retryable reads.typealias Response
Type members
init(
) init(with: (inout `Self`) throws -> ()
) rethrows static var type: Mongo.CommandType
static func decode(reply: BSON.DocumentDecoder<BSON.Key>
) throws -> (totalSize: Int, databases: [Mongo.DatabaseMetadata])