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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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.
Rename5 A rename operation type.
Drop6 A drop operation type.
See Also