Table of Contents

Class BulkWriteOperationUpsert

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents the information about one Upsert.

[Serializable]
public class BulkWriteOperationUpsert
Inheritance
BulkWriteOperationUpsert
Inherited Members

Properties

Id

Gets the identifier.

public BsonValue Id { get; }

Property Value

BsonValue

The identifier.

Index

Gets the index.

public int Index { get; }

Property Value

int

The index.