MapOptions.Defaults Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Provides the default options values.
public static class MapOptions.Defaults
Inherited Members
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. |