ChangeStreamOperationType Enumeration |
Namespace: MongoDB.Driver
Member name | Value | Description | |
---|---|---|---|
Insert | 0 | An insert operation type. | |
Update | 1 | An update operation type. | |
Replace | 2 | A replace operation type. | |
Delete | 3 | A delete operation type. | |
Invalidate | 4 | An invalidate operation type. | |
Rename | 5 | A rename operation type. | |
Drop | 6 | A drop operation type. | |
DropDatabase | 7 | A dropDatabase operation type. | |
CreateIndexes | 8 | A createIndexes operation type. | |
DropIndexes | 9 | A dropIndexes operation type. | |
Modify | 10 | A modify operation type. | |
Create | 11 | A create operation type. | |
ShardCollection | 12 | A shardCollection operation type. | |
RefineCollectionShardKey | 13 | A refineCollectionShardKey operation type. | |
ReshardCollection | 14 | A reshardCollection operation type. |
Copyright © 2010–present MongoDB Inc.