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