Click or drag to resize

BulkWriteResultTDocumentAcknowledgedUpserts Property

Gets a list with information about each request that resulted in an upsert.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public override IReadOnlyList<BulkWriteUpsert> Upserts { get; }

Property Value

Type: IReadOnlyListBulkWriteUpsert
See Also