Enum ChangeFeedOperationType
The operation type of a change feed resource with ChangeFeedMode is initialized to AllVersionsAndDeletes. Upsert operations will yield Create or Replace.
public enum ChangeFeedOperationType
- Extension Methods
Fields
[EnumMember(Value = "create")] Create = 0
The create operation type.
[EnumMember(Value = "delete")] Delete = 2
The delete operation type.
[EnumMember(Value = "replace")] Replace = 1
The replace operation type.