Property MatchedCount

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver

Assembly

MongoDB.Driver.dll

MatchedCount

Gets the matched count. If IsAcknowledged is false, this will throw an exception.

public abstract long MatchedCount { get; }

Property Value

long