var ordered: Bool?
s15MongoKittenCore13UpdateCommandV7orderedSbSgvpWhat are these?
s15MongoKittenCore13UpdateCommandV7orderedSbSgvp
FNV24: [9DRO3]
struct UpdateRequest
init(from: any Decoder) throws
init(updates: [UpdateRequest], inCollection: String)
var bypassDocumentValidation: Bool?
var collection: String
var updates: [UpdateRequest]
var writeConcern: WriteConcern?
import MongoKittenCore
struct UpdateCommand
@frozen struct Bool
A value type whose instances are either true or false.
true
false
init(from decoder: any Decoder) throws
init(updates: [UpdateRequest], inCollection collection: String)
var collection: String { get }