Table of Contents

Enum StateStoreConsistency

Namespace
GroupeIsa.Neos.ClusterCommunication.DistributedStore
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Specifies the consistency mode for state store.

public enum StateStoreConsistency

Fields

Availability = 1

In this mode, the get operation responds immediately, but the data is not necessarily the most recent.

Strong = 0

In this mode, it is ensured that the response always contains the most current data. However, the response is not necessarily immediate.