DeleteResult
public struct DeleteResult : Codable
The result of a delete
command on a MongoCollection
.
-
The number of documents that were deleted.
Declaration
Swift
public let deletedCount: Int