Table of Contents

Class BulkWriteResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public abstract class BulkWriteResult
Inheritance
BulkWriteResult
Derived
Inherited Members

Constructors

BulkWriteResult(int)

protected BulkWriteResult(int requestCount)

Parameters

requestCount int

Properties

DeletedCount

public abstract long DeletedCount { get; }

Property Value

long

InsertedCount

public abstract long InsertedCount { get; }

Property Value

long

IsAcknowledged

public abstract bool IsAcknowledged { get; }

Property Value

bool

IsModifiedCountAvailable

public abstract bool IsModifiedCountAvailable { get; }

Property Value

bool

MatchedCount

public abstract long MatchedCount { get; }

Property Value

long

ModifiedCount

public abstract long ModifiedCount { get; }

Property Value

long

RequestCount

public int RequestCount { get; }

Property Value

int

Upserts

public abstract IReadOnlyList<BulkWriteUpsert> Upserts { get; }

Property Value

IReadOnlyList<BulkWriteUpsert>