Enum ApplyOperation
Represents the type of operation applied during compare-and-apply.
public enum ApplyOperation
Fields
Delete = 2Delete operation.
Insert = 0Insert operation.
Update = 1Update operation.
Represents the type of operation applied during compare-and-apply.
public enum ApplyOperation
Delete = 2Delete operation.
Insert = 0Insert operation.
Update = 1Update operation.