PostgreSqlFlexibleServerConfigurationData.IsDynamicConfig 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.
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)