Table of Contents

Property UpdateResults

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

UpdateResults

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

public IReadOnlyDictionary<int, BulkWriteUpdateResult> UpdateResults { get; init; }

Property Value

IReadOnlyDictionary<int, BulkWriteUpdateResult>