Click or drag to resize

InMemoryFormat Enumeration

Storage format type of values stored in cluster

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public enum InMemoryFormat
Members
  Member nameValueDescription
Binary0 Binary format
Object1 Object data
See Also