Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.34 KB

DatabaseServerConfig.md

File metadata and controls

28 lines (24 loc) · 1.34 KB

Config documentation for DatabaseServerConfig

Database server configuration

A configuration for a database server

Example

<DatabaseServer 
  name="..." 
  accessToken="..." 
  commandTimeout="..." 
  connectionName="..." 
  type="..."
/>

Attributes

Attribute Type Description
name String The connection name that can be used in test scenario's to refer to this connection
accessToken String The access token to use for the connection.
commandTimeout Int32 Timeout on queries and statements in seconds.
connectionName String The name of the connection string defined in the config, that this database server config refers to.
type DatabaseServerType See DatabaseServerType for allowed values.

Config elements

Config element Type Description Collection Item name