RemoteDeleteResult
public struct RemoteDeleteResult : Decodable
The result of a delete command on a RemoteMongoCollection.
-
The number of documents that were deleted.
Declaration
Swift
public let deletedCount: Int
RemoteDeleteResult Structure Reference