Property InsertResults
InsertResults
The results of each individual insert operation that was successfully performed.
public IReadOnlyDictionary<int, BulkWriteInsertOneResult> InsertResults { get; init; }
The results of each individual insert operation that was successfully performed.
public IReadOnlyDictionary<int, BulkWriteInsertOneResult> InsertResults { get; init; }