Table of Contents

Class DeleteResult.Unacknowledged

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class DeleteResult.Unacknowledged : DeleteResult
Inheritance
DeleteResult.Unacknowledged
Inherited Members

Properties

DeletedCount

public override long DeletedCount { get; }

Property Value

long

Instance

public static DeleteResult.Unacknowledged Instance { get; }

Property Value

DeleteResult.Unacknowledged

IsAcknowledged

public override bool IsAcknowledged { get; }

Property Value

bool