BSONUndefined
public struct BSONUndefined : BSONValue, Equatable, Codable
A struct to represent the deprecated Undefined type. Undefined instances cannot be created, but they can be read from existing documents that contain them.
-
Declaration
Swift
public var bsonType: BSONType { get }
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to: Encoder) throws
-
Declaration
Swift
public func encode(to storage: DocumentStorage, forKey key: String) throws
-
Declaration
Swift
public static func from(iterator iter: DocumentIterator) throws -> BSONUndefined