DatabaseAccountConnectionString interface
Connection string for the Cosmos DB account
Properties
| connection |
Value of the connection string |
| description | Description of the connection string |
| key |
Kind of the connection string key |
| type | Type of the connection string |
Property Details
connectionString
Value of the connection string
connectionString?: string
Property Value
string
description
Description of the connection string
description?: string
Property Value
string
keyKind
Kind of the connection string key
keyKind?: string
Property Value
string
type
Type of the connection string
type?: string
Property Value
string