RemoteInsertManyResult
public struct RemoteInsertManyResult : Decodable
The result of an insertMany
command on a RemoteMongoCollection
.
-
Map of the index of the inserted document to the id of the inserted document.
Declaration
Swift
public let insertedIds: [Int64 : BsonValue]