Class DeleteResult
The result of a delete operation.
public class DeleteResult
- Inheritance
-
DeleteResult
- Inherited Members
Properties
DeletedCount
The number of documents deleted.
[JsonPropertyName("deletedCount")]
public int DeletedCount { get; set; }