.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    QueryCacheOptions.Defaults Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Provides the default options values.

    public static class QueryCacheOptions.Defaults
    Inheritance
    object
    QueryCacheOptions.Defaults
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Fields

    Name Description
    BatchSize

    By default, after reaching this minimum size, node immediately sends buffered events to the QueryCache.

    BufferSize

    By default, only buffer last BufferSize events fired from a partition.

    Coalesce

    Default value of coalesce property.

    DelaySeconds

    Default value of delay seconds which an event wait in the buffer of a node, before sending to the query cache.

    InMemoryFormat

    By default, hold values of entries in the query cache as binary.

    IncludeValue

    By default, also cache values of entries besides keys.

    Populate

    By default, execute an initial population query prior to creation of the query cache.

    SerializeKeys

    Do not serialize given keys by default.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.