Writing Data
-
Options to use when executing an
See moreinsertOne
command on aMongoCollection
.Declaration
Swift
public struct InsertOneOptions : Codable, BulkWriteOptionsConvertible
-
The result of an
See moreinsertOne
command on aMongoCollection
.Declaration
Swift
public struct InsertOneResult : Codable
-
Options to use when executing a multi-document insert operation on a
MongoCollection
.Declaration
Swift
public typealias InsertManyOptions = BulkWriteOptions
-
The result of a multi-document insert operation on a
See moreMongoCollection
.Declaration
Swift
public struct InsertManyResult : Codable
-
Options to use when executing a
See morereplace
command on aMongoCollection
.Declaration
Swift
public struct ReplaceOptions : Codable, BulkWriteOptionsConvertible
-
Options to use when executing an
See moreupdate
command on aMongoCollection
.Declaration
Swift
public struct UpdateOptions : Codable, BulkWriteOptionsConvertible
-
The result of an
See moreupdate
operation on aMongoCollection
.Declaration
Swift
public struct UpdateResult : Codable
-
Options to use when executing a
See moredelete
command on aMongoCollection
.Declaration
Swift
public struct DeleteOptions : Codable, BulkWriteOptionsConvertible
-
The result of a
See moredelete
command on aMongoCollection
.Declaration
Swift
public struct DeleteResult : Codable
-
Options to use when executing a
See morefindOneAndDelete
command on aMongoCollection
.Declaration
Swift
public struct FindOneAndDeleteOptions : FindAndModifyOptionsConvertible, Decodable
-
Options to use when executing a
See morefindOneAndReplace
command on aMongoCollection
.Declaration
Swift
public struct FindOneAndReplaceOptions : FindAndModifyOptionsConvertible, Decodable
-
Options to use when executing a
See morefindOneAndUpdate
command on aMongoCollection
.Declaration
Swift
public struct FindOneAndUpdateOptions : FindAndModifyOptionsConvertible, Decodable
-
Indicates which document to return in a find and modify operation.
See moreDeclaration
Swift
public enum ReturnDocument : String, Decodable