Click or drag to resize

BulkWriteOperationResultAcknowledgedUpserts 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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
Syntax
public override IReadOnlyList<BulkWriteOperationUpsert> Upserts { get; }

Property Value

Type: IReadOnlyListBulkWriteOperationUpsert
The list with information about each request that resulted in an upsert.
See Also