NamedMapTKey, TValueAvailabilityMode Property

ScaleOut Software NamedCache API
Controls whether object replication is enabled for the named map.

Enabling replication provides fault tolerance, i.e., it ensures that no data is lost in case of host failure at the expense of increased memory and network utilization. If replication is enabled (AvailabilityMode.UseReplicas), the number of replicas created is controlled by the max_replicas parameter in the ScaleOut StateServer configuration. By default, object replication is enabled.

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public AvailabilityMode AvailabilityMode { get; set; }

Property Value

Type: AvailabilityMode
See Also

Reference