ConnStringInfoOutput interface
Database connection string information.
Properties
| connection |
Connection string value. |
| name | Name of connection string. |
| type | Type of database. |
Property Details
connectionString
Connection string value.
connectionString?: string
Property Value
string
name
Name of connection string.
name?: string
Property Value
string
type
Type of database.
type?: "MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"
Property Value
"MySql" | "SQLServer" | "SQLAzure" | "Custom" | "NotificationHub" | "ServiceBus" | "EventHub" | "ApiHub" | "DocDb" | "RedisCache" | "PostgreSQL"