MongoNamespace
public struct MongoNamespace : Codable, Equatable
extension MongoNamespace: CustomStringConvertible
Represents a MongoDB namespace for a database or collection.
-
The database name.
Declaration
Swift
public let db: String
-
The collection name if this is a collection’s namespace, or nil otherwise.
Declaration
Swift
public let collection: String?
-
Declaration
Swift
public var description: String { get }