Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property Upserts

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Upserts

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

public abstract IReadOnlyList<BulkWriteUpsert> Upserts { get; }

Property Value

IReadOnlyList<BulkWriteUpsert>