.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HazelcastJsonValue Class

    Namespace: Hazelcast.Core
    Assembly: Hazelcast.Net.dll

    Represents a JSON formatted string.

    public sealed class HazelcastJsonValue
    Inheritance
    Object
    HazelcastJsonValue
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    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.

    Properties

    Value

    Gets string representation of JSON value.

    Methods

    Equals(Object)
    GetHashCode()
    ToString()
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.