TrinoCoordinator.IsHighAvailabilityEnabled Property
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 flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
public bool? IsHighAvailabilityEnabled { get; set; }
member this.IsHighAvailabilityEnabled : Nullable<bool> with get, set
Public Property IsHighAvailabilityEnabled As Nullable(Of Boolean)