Enum WriteOperationType
Used to log the operations type in Write behind.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum WriteOperationType : int
Fields
Name | Description |
---|---|
Add | To log the Add Items operations in write behind. |
Delete | To log the Delete operations in write behind. |
Update | To log the Update Items Operations in write behind. |