Table of Contents

Class DeleteResult.Unacknowledged

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.

Instance

Gets the instance.

IsAcknowledged

Gets a value indicating whether the result is acknowledged.