ReplicatorSettings.InitialSecondaryReplicationQueueSize Property

Definition

Defines the initial size of the secondary replication operation queue inside FabricReplicator, which contains replication IOperations

public long? InitialSecondaryReplicationQueueSize { get; set; }
member this.InitialSecondaryReplicationQueueSize : Nullable<int64> with get, set
Public Property InitialSecondaryReplicationQueueSize As Nullable(Of Long)

Property Value

The initial size of the secondary replication operation queue inside FabricReplicator, which contains replication IOperations not yet pumped and processed by the service. The unit here is the number of operations in the queue

Remarks

This setting is specific to the Replicator when the role of the service is Secondary/Idle

The default value is 64. Note that values for this parameter must be a power of 2.

Applies to