ServerProperties interface

Server properties for MySQL type source

Properties

serverDatabaseCount

Number of databases in the server NOTE: This property will not be serialized. It can only be populated by the server.

serverEdition

Edition of the database server NOTE: This property will not be serialized. It can only be populated by the server.

serverName

Name of the server NOTE: This property will not be serialized. It can only be populated by the server.

serverOperatingSystemVersion

Version of the operating system NOTE: This property will not be serialized. It can only be populated by the server.

serverPlatform

Name of the server platform NOTE: This property will not be serialized. It can only be populated by the server.

serverVersion

Version of the database server NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

serverDatabaseCount

Number of databases in the server NOTE: This property will not be serialized. It can only be populated by the server.

serverDatabaseCount?: number

Property Value

number

serverEdition

Edition of the database server NOTE: This property will not be serialized. It can only be populated by the server.

serverEdition?: string

Property Value

string

serverName

Name of the server NOTE: This property will not be serialized. It can only be populated by the server.

serverName?: string

Property Value

string

serverOperatingSystemVersion

Version of the operating system NOTE: This property will not be serialized. It can only be populated by the server.

serverOperatingSystemVersion?: string

Property Value

string

serverPlatform

Name of the server platform NOTE: This property will not be serialized. It can only be populated by the server.

serverPlatform?: string

Property Value

string

serverVersion

Version of the database server NOTE: This property will not be serialized. It can only be populated by the server.

serverVersion?: string

Property Value

string