Class MongoClient.DeleteResult
The result of DeleteOneAsync(object?) or DeleteManyAsync(object?) operation.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
public class MongoClient.DeleteResult
Properties
| Edit this page View SourceDeletedCount
Gets the number of deleted documents.
Declaration
[BsonElement("deletedCount")]
[Preserve]
public int DeletedCount { get; }
Property Value
Type | Description |
---|---|
int | The number of deleted documents. |