ClusterReliabilityLevel Enum

Definition

The reliability level sets the replica set size of system services. Learn about ReliabilityLevel.

public enum ClusterReliabilityLevel
type ClusterReliabilityLevel = 
Public Enum ClusterReliabilityLevel
Inheritance
ClusterReliabilityLevel

Fields

Name Value Description
None 0

Run the System services with a target replica set count of 1. This should only be used for test clusters.

Bronze 1

Run the System services with a target replica set count of 3. This should only be used for test clusters.

Silver 2

Run the System services with a target replica set count of 5.

Gold 3

Run the System services with a target replica set count of 7.

Platinum 4

Run the System services with a target replica set count of 9.

Applies to