Udostępnij za pośrednictwem


ReliableStateManagerReplicatorSettings.InitialSecondaryReplicationQueueSize Property

Definition

Gets or sets the initial secondary replication queue size. Default value is 64. The value is the number of operations in the secondary replication queue. Must be a power of 2.

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

Property Value

The initial secondary replication queue size.

Applies to