Property InsertResults NamespaceMongoDB.Driver AssemblyMongoDB.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>