MinKey
public struct MinKey : BSONValue, Equatable, Codable
A struct to represent the BSON MinKey type.
-
Declaration
Swift
public var bsonType: BSONType { get }
-
Declaration
Swift
public func encode(to storage: DocumentStorage, forKey key: String) throws
-
Initializes a new
MinKey
instance.Declaration
Swift
public init()
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to: Encoder) throws
-
Declaration
Swift
public static func from(iterator iter: DocumentIterator) throws -> MinKey