ConnStringInfo Class

Database connection string information.

Constructor

ConnStringInfo(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Name of connection string.

connection_string
str

Connection string value.

type

Type of database. Known values are: "MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL".

Attributes

connection_string

Connection string value.

connection_string: str | None

name

Name of connection string.

name: str | None

type

"MySql", "SQLServer", "SQLAzure", "Custom", "NotificationHub", "ServiceBus", "EventHub", "ApiHub", "DocDb", "RedisCache", and "PostgreSQL".

type: str | _models.ConnectionStringType | None