Condividi tramite


PostgreSqlFlexibleServerConfigurationData.IsDynamicConfig Property

Definition

Indicates if it's a dynamic (true) or static (false) configuration (also known as server parameter). Static server parameters require a server restart after changing the value assigned to them, for the change to take effect. Dynamic server parameters do not require a server restart after changing the value assigned to them, for the change to take effect.

public bool? IsDynamicConfig { get; }
member this.IsDynamicConfig : Nullable<bool>
Public ReadOnly Property IsDynamicConfig As Nullable(Of Boolean)

Property Value

Applies to