次の方法で共有


ReliableStateManagerReplicatorSettings.MaxPrimaryReplicationQueueSize プロパティ

定義

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

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

プロパティ値

プライマリ レプリケーション キューの最大サイズ。

適用対象