ReplicatorSettings.MaxSecondaryReplicationQueueMemorySize 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 maximum size of the secondary replication operation queue inside FabricReplicator, which contains replication IOperations.
public long? MaxSecondaryReplicationQueueMemorySize { get; set; }
member this.MaxSecondaryReplicationQueueMemorySize : Nullable<int64> with get, set
Public Property MaxSecondaryReplicationQueueMemorySize As Nullable(Of Long)
Property Value
Returns the maximum size of the secondary replication operation queue inside FabricReplicator, which contains replication IOperations. The unit here is the virtual memory consumption of the queue.
Remarks
This setting is specific to the Replicator when the role of the service is Secondary/Idle. The default value is 0. This implies there is no memory limit
Applies to
Azure SDK for .NET