Enum WriteOperationType
Used to log operation types in the write behind.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum WriteOperationType
Fields
| Name | Description |
|---|---|
| Add | To log the Add items operation in write-behind. |
| Delete | To log the Delete operation in write-behind. |
| Update | To log the Update items operation in write-behind. |