MaxKey
public struct MaxKey : BSONValue, Equatable, Codable
A struct to represent the BSON MaxKey type.
-
Declaration
Swift
public var bsonType: BSONType { get }
-
Declaration
Swift
public func encode(to storage: DocumentStorage, forKey key: String) throws
-
Initializes a new
MaxKey
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 -> MaxKey