Share via


ConnStringValueTypePair interface

Database connection string value to type pair.

Properties

type

Type of database.

value

Value of pair.

Property Details

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"

value

Value of pair.

value: string

Property Value

string