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 |
---|---|
Async |
Gets the default number of async backups |
Backup |
Gets the default number of backups |
Cached |
Gets the default value cache policy. |
Disabled |
Gets the number of Time to Live that represents disabling TTL. |
Entry |
Gets the default value of whether per entry statistics are enabled or not |
In |
Gets the default In-Memory format. |
Max |
Gets the maximum number of backups |
Max |
Gets the number of default time to wait eviction in seconds. |
Metadata |
Gets the default metadata policy |
Min |
Gets the minimum number of backups. |
Read |
Gets the default ReadBackupData value. |
Split |
Gets the default split brain protection name. |
Statistics |
Gets the default value of whether statistics are enabled or not |
Ttl |
Gets the number of default Time to Live in seconds. |