Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerInfo

Information about a Server instance.

Hierarchy

  • ServerInfo

Index

Properties

azureVersion

azureVersion: number

The version of Azure that the instance is running on, if applicable.

engineEditionId

engineEditionId: number

The ID of the engine edition of the instance.

isCloud

isCloud: boolean

Whether the instance is running in the cloud (Azure) or not.

options

options: {}

options for all new server properties.

Type declaration

  • [key: string]: any

osVersion

osVersion: string

The Operating System version string of the machine running the instance.

serverEdition

serverEdition: string

The edition of the instance.

serverLevel

serverLevel: string

String describing the product level of the server.

Optional serverMajorVersion

serverMajorVersion: number

The major version of the instance.

Optional serverMinorVersion

serverMinorVersion: number

The minor version of the instance.

serverReleaseVersion

serverReleaseVersion: number

The build of the instance.

serverVersion

serverVersion: string

String containing the full server version text.

Generated using TypeDoc