HazelcastJsonValue Class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net.dll
Represents a JSON formatted string.
public sealed class HazelcastJsonValue
Inherited Members
Remarks
It is preferred to store HazelcastJsonValue instead of String for JSON formatted strings. Users can then run predicates and aggregations and use indexes on the attributes of the underlying JSON content.
Note that the string is not validated and may be invalid JSON.
Constructors
HazelcastJsonValue(String) | Initializes a new instance of the HazelcastJsonValue with a string containing JSON. |
Methods
Equals(Object) | |
GetHashCode() | |
ToString() |