Table of Contents

Class ReplaceOneResult.Unacknowledged

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public class ReplaceOneResult.Unacknowledged : ReplaceOneResult
Inheritance
ReplaceOneResult.Unacknowledged
Inherited Members

Properties

Instance

public static ReplaceOneResult.Unacknowledged Instance { get; }

Property Value

ReplaceOneResult.Unacknowledged

IsAcknowledged

public override bool IsAcknowledged { get; }

Property Value

bool

IsModifiedCountAvailable

public override bool IsModifiedCountAvailable { get; }

Property Value

bool

MatchedCount

public override long MatchedCount { get; }

Property Value

long

ModifiedCount

public override long ModifiedCount { get; }

Property Value

long

UpsertedId

public override BsonValue UpsertedId { get; }

Property Value

BsonValue