次の方法で共有


RestartPartitionMode 列挙型

定義

再起動する必要があるレプリカを指定するために RestartPartition API に渡される列挙型

[System.Serializable]
public enum RestartPartitionMode
[<System.Serializable>]
type RestartPartitionMode = 
Public Enum RestartPartitionMode
継承
RestartPartitionMode
属性

フィールド

AllReplicasOrInstances 1

パーティション内のすべてのレプリカまたはインスタンスが一度に再起動されます

Invalid 0

予約済み。 API に渡すことはできません。

OnlyActiveSecondaries 2

セカンダリ レプリカのみが再起動されます。 このオプションはステートフル サービスにのみ使用でき、データ損失を回避します

適用対象