ReliableStateManagerReplicatorSettings2.EnableStableReads Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flag controls Stable reads feature. Stable reads allows every replica to only return values on read which are quorum acked. Default is false
public bool? EnableStableReads { get; set; }
member this.EnableStableReads : Nullable<bool> with get, set
Public Property EnableStableReads As Nullable(Of Boolean)