次の方法で共有


ReliableStateManagerReplicatorSettings.MaxSecondaryReplicationQueueSize プロパティ

定義

セカンダリ レプリケーション キューの最大サイズを取得または設定します。 既定値は 2048 です。 値は、セカンダリ レプリケーション キュー内の操作の最大数です。 2 の累乗である必要があります。

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

プロパティ値

セカンダリ レプリケーション キューの最大サイズ。

適用対象