ReliableStateManagerReplicatorSettings.MaxWriteQueueDepthInKB Property

Definition

Gets or sets the maximum write queue depth that the core logger can use as specified in kilobytes for the log that is associated with this replica. This value is the maximum number of bytes that can be outstanding during core logger updates. It may be 0 for the core logger to compute an appropriate value or a multiple of 4. The default value is 0. The unit is KB.

public int? MaxWriteQueueDepthInKB { get; set; }
member this.MaxWriteQueueDepthInKB : Nullable<int> with get, set
Public Property MaxWriteQueueDepthInKB As Nullable(Of Integer)

Property Value

The max write queue depth.

Applies to