AllConnectionStringType interface
The connection string profile to allow clients to group, filter and select connection string values based on structured metadata.
Properties
high | The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements. |
low | The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. |
medium | The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements. |
Property Details
high
The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements.
high?: string
Property Value
string
low
The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
low?: string
Property Value
string
medium
The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements.
medium?: string
Property Value
string