Table of Contents

Constructor Acknowledged

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Acknowledged(long, long?, BsonValue)

Initializes a new instance of the UpdateResult.Acknowledged class.

public Acknowledged(long matchedCount, long? modifiedCount, BsonValue upsertedId)

Parameters

matchedCount long

The matched count.

modifiedCount long?

The modified count.

upsertedId BsonValue

The upserted id.