Property Upserts
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Upserts
Gets a list with information about each request that resulted in an upsert.
public abstract IReadOnlyList<BulkWriteOperationUpsert> Upserts { get; }
Property Value
- IReadOnlyList<BulkWriteOperationUpsert>
The list with information about each request that resulted in an upsert.