Static Propertyswift-mongodb 0.29.3MongoQL->Mongo
upsert
Mongo.Upserting.swift:16static var upsert: Bool { get }
static var upsert: Bool { get }
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoQL
@frozen enum Upserting<Value, ID> where Value : BSONDecodable, Value : Sendable, ID : BSONDecodable, ID : Sendable
enum Mongo
@frozen struct Bool
A value type whose instances are either true
or false
.
typealias Phase = Mongo.UpdatePhase