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