Click or drag to resize

ChangeStreamOperationType Enumeration

The operation type of a change stream result.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public enum ChangeStreamOperationType
Members
  Member nameValueDescription
Insert0 An insert operation type.
Update1 An update operation type.
Replace2 A replace operation type.
Delete3 A delete operation type.
Invalidate4 An invalidate operation type.
See Also