Table of Contents

Property DeleteResults

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

DeleteResults

The results of each individual delete operation that was successfully performed.

public IReadOnlyDictionary<int, BulkWriteDeleteResult> DeleteResults { get; init; }

Property Value

IReadOnlyDictionary<int, BulkWriteDeleteResult>