Click or drag to resize

ReplaceOneResult.Acknowledged Constructor

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public Acknowledged(
	long matchedCount,
	Nullable<long> modifiedCount,
	BsonValue upsertedId
)

Parameters

matchedCount
Type: System.Int64
The matched count.
modifiedCount
Type: System.Nullable<Int64>
The modified count.
upsertedId
Type: MongoDB.Bson.BsonValue
The upserted id.
See Also