Table of Contents

Class BulkWriteUpsert

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the information about one Upsert.

[Serializable]
public class BulkWriteUpsert
Inheritance
BulkWriteUpsert
Inherited Members

Properties

Id

Gets the id.

public BsonValue Id { get; }

Property Value

BsonValue

Index

Gets the index.

public int Index { get; }

Property Value

int

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int