BulkWriteResultTDocumentUnacknowledgedUpserts Property |
Gets a list with information about each request that resulted in an upsert.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public override IReadOnlyList<BulkWriteUpsert> Upserts { get; }
Public Overrides ReadOnly Property Upserts As IReadOnlyList(Of BulkWriteUpsert)
Get
abstract Upserts : IReadOnlyList<BulkWriteUpsert> with get
override Upserts : IReadOnlyList<BulkWriteUpsert> with get
Property Value
Type:
IReadOnlyListBulkWriteUpsertSee Also