BulkWriteOperationResultUnacknowledgedUpserts Property |
Gets a list with information about each request that resulted in an upsert.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public override IReadOnlyList<BulkWriteOperationUpsert> Upserts { get; }
Public Overrides ReadOnly Property Upserts As IReadOnlyList(Of BulkWriteOperationUpsert)
Get
abstract Upserts : IReadOnlyList<BulkWriteOperationUpsert> with get
override Upserts : IReadOnlyList<BulkWriteOperationUpsert> with get
Property Value
Type:
IReadOnlyListBulkWriteOperationUpsert
The list with information about each request that resulted in an upsert.
See Also