Class DeleteResult.Acknowledged

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

The result of an acknowledged delete operation.

public class DeleteResult.Acknowledged : DeleteResult

Inheritance

object

DeleteResult

DeleteResult.Acknowledged

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Constructors

Acknowledged(long)

Initializes a new instance of the DeleteResult.Acknowledged class.

Properties

DeletedCount

Gets the deleted count. If IsAcknowledged is false, this will throw an exception.

IsAcknowledged

Gets a value indicating whether the result is acknowledged.