Table of Contents

Enum Operation

Namespace
Tharga.MongoDB.Disk
Assembly
Tharga.MongoDB.dll
public enum Operation

Fields

Create = 0

Create operations might initiate indices, .

Delete = 3

Delete operations.

Read = 1

Read operations will not change the collection.

Update = 2

Use for 'CreateOrUpdate' features.