Type Aliasswift-mongodb 0.29.3MongoDriver->Mongo
Response
Mongo.ReplicaSetGetConfiguration.swift:26typealias Response = Mongo.ReplicaSetConfiguration
typealias Response = Mongo.ReplicaSetConfiguration
s5MongoAAO0A6DriverE26ReplicaSetGetConfigurationV8Responsea
What are these?2SS55
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoDriver
struct ReplicaSetGetConfiguration
enum Mongo
struct ReplicaSetConfiguration
init()
static var type: Mongo.CommandType { get }
static func decode(reply bson: BSON.DocumentDecoder<BSON.Key>) throws -> Mongo.ReplicaSetConfiguration
var fields: BSON.Document { get }
typealias Database = Mongo.Database.Admin
ReplicaSetGetConfiguration
must be run against to the admin
database.