Class DeleteResult.Unacknowledged
The result of an unacknowledged delete operation.
public class DeleteResult.Unacknowledged : DeleteResult
- Inheritance
-
DeleteResult.Unacknowledged
- Inherited Members
Properties
DeletedCount
Gets the deleted count. If IsAcknowledged is false, this will throw an exception.
public override long DeletedCount { get; }
Property Value
Instance
Gets the instance.
public static DeleteResult.Unacknowledged Instance { get; }
Property Value
IsAcknowledged
Gets a value indicating whether the result is acknowledged.
public override bool IsAcknowledged { get; }