MapEventTypes Enum
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Specifies the map and entries event types.
[Flags]
public enum MapEventTypes
  Fields
| Added | The entry was added.  | 
      
| AllCleared | All entries were cleared.  | 
      
| AllEvicted | All entries were evicted.  | 
      
| Evicted | The entry was evicted.  | 
      
| Expired | The entry has expired.  | 
      
| Invalidated | The entry was invalidated.  | 
      
| Loaded | The entry was loaded.  | 
      
| Merged | The entry was merged.  | 
      
| Removed | The entry was removed.  | 
      
| Updated | The entry was updated.  |