Property DeleteResults NamespaceMongoDB.Driver AssemblyMongoDB.Driver.dll DeleteResults The results of each individual delete operation that was successfully performed. public IReadOnlyDictionary<int, BulkWriteDeleteResult> DeleteResults { get; init; } Property Value IReadOnlyDictionary<int, BulkWriteDeleteResult>