| InMemoryFormat Enumeration |
Storage format type of values stored in cluster
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public enum InMemoryFormat
Public Enumeration InMemoryFormat
public enum class InMemoryFormat
Members
| Member name | Value | Description |
---|
| Binary | 0 |
Binary format
|
| Object | 1 |
Object data
|
See Also