Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MySqlConfigurationDataSummary

The configuration variables for a MySQL Database.

Properties

defaultValue

defaultValue: string

The default value of the variable.

description

description: string

The description of the variable.

hostSet

hostSet: string

The host from where the value of the variable was set. This is empty for a MySQL Database System.

isConfigurable

isConfigurable: boolean

Indicates whether the variable is configurable.

isDynamic

isDynamic: boolean

Indicates whether the variable can be set dynamically or not.

isInit

isInit: boolean

Indicates whether the variable is set at server startup.

maxValue

maxValue: number

The maximum value of the variable. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

minValue

minValue: number

The minimum value of the variable. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

name

name: string

The name of the configuration variable

path

path: string

The path name of the option file (VARIABLE_PATH), if the variable was set in an option file. If the variable was not set in an

possibleValues

possibleValues: string

The comma-separated list of possible values for the variable in value:valueDescription format.

source

source: Source

The source from which the variable was most recently set.

supportedVersions

supportedVersions: string

The comma-separated list of MySQL versions that support the variable.

timeSet

timeSet: Date

The time when the value of the variable was set.

type

type: string

The type of variable.

userSet

userSet: string

The user who sets the value of the variable. This is empty for a MySQL Database System.

value

value: string

The value of the variable.

Functions

getDeserializedJsonObj

getJsonObj