RestartPartitionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The enum passed into the RestartPartition API to specify what replicas need to be restarted
[System.Serializable]
public enum RestartPartitionMode
[<System.Serializable>]
type RestartPartitionMode =
Public Enum RestartPartitionMode
- Inheritance
-
RestartPartitionMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Reserved. Do not pass into API. |
AllReplicasOrInstances | 1 | All replicas or instances in the partition are restarted at once |
OnlyActiveSecondaries | 2 | Only the secondary replicas are restarted. This option can only be used for stateful services and avoids data loss |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.