.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    MapOptions.Defaults Class

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

    Provides the default options values.

    public static class MapOptions.Defaults
    Inheritance
    object
    MapOptions.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
    AsyncBackupCount

    Gets the default number of async backups

    BackupCount

    Gets the default number of backups

    CachedDeserializedValues

    Gets the default value cache policy.

    DisabledTtlSeconds

    Gets the number of Time to Live that represents disabling TTL.

    EntryStatsEnabled

    Gets the default value of whether per entry statistics are enabled or not

    InMemoryFormat

    Gets the default In-Memory format.

    MaxBackupCount

    Gets the maximum number of backups

    MaxIdleSeconds

    Gets the number of default time to wait eviction in seconds.

    MetadataPolicy

    Gets the default metadata policy

    MinBackupCount

    Gets the minimum number of backups.

    ReadBackupData

    Gets the default ReadBackupData value.

    SplitBrainProtectionName

    Gets the default split brain protection name.

    StatisticsEnabled

    Gets the default value of whether statistics are enabled or not

    TtlSeconds

    Gets the number of default Time to Live in seconds.

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