Table of Contents

Property InsertResults

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

InsertResults

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

public IReadOnlyDictionary<int, BulkWriteInsertOneResult> InsertResults { get; init; }

Property Value

IReadOnlyDictionary<int, BulkWriteInsertOneResult>