ReliableStateManagerReplicatorSettings.InitialCopyQueueSize Property

Definition

Gets or sets the initial size of the copy operation queue inside the replicator, which contains copy operations. Default value is 64. The value is the number of operations in the copy operation queue. Must be a power of 2.

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

Property Value

The initial copy queue size.

Applies to