Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerProperties

Package version

Server properties for MySQL type source

Hierarchy

  • ServerProperties

Index

Properties

Optional serverDatabaseCount

serverDatabaseCount: undefined | number

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

Optional serverEdition

serverEdition: undefined | string

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

Optional serverName

serverName: undefined | string

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

Optional serverOperatingSystemVersion

serverOperatingSystemVersion: undefined | string

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

Optional serverPlatform

serverPlatform: undefined | string

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

Optional serverVersion

serverVersion: undefined | string

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

Generated using TypeDoc