Aracılığıyla paylaş


ReplicatorSettings.InitialPrimaryReplicationQueueSize Property

Definition

Defines the initial size of the primary replication operation queue inside FabricReplicator, which contains replication IOperations.The unit here is the number of operations in the queue.

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

Property Value

The initial size of the primary replication operation queue inside FabricReplicator

Remarks

This setting is specific to the Replicator when the role of the service is Primary

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

Applies to