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.

public override long DeletedCount { get; }

Property Value

long

Instance

Gets the instance.

public static DeleteResult.Unacknowledged Instance { get; }

Property Value

DeleteResult.Unacknowledged

IsAcknowledged

Gets a value indicating whether the result is acknowledged.

public override bool IsAcknowledged { get; }

Property Value

bool