ServerProperties interface
Server properties for MySQL type source
Properties
server |
Number of databases in the server NOTE: This property will not be serialized. It can only be populated by the server. |
server |
Edition of the database server NOTE: This property will not be serialized. It can only be populated by the server. |
server |
Name of the server NOTE: This property will not be serialized. It can only be populated by the server. |
server |
Version of the operating system NOTE: This property will not be serialized. It can only be populated by the server. |
server |
Name of the server platform NOTE: This property will not be serialized. It can only be populated by the server. |
server |
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
Azure SDK for JavaScript