ReplicatorSettings.InitialPrimaryReplicationQueueSize 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.
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
Azure SDK for .NET