DatabaseAccountConnectionString interface
Connection string for the Cosmos DB account
Properties
connection |
Value of the connection string NOTE: This property will not be serialized. It can only be populated by the server. |
description | Description of the connection string NOTE: This property will not be serialized. It can only be populated by the server. |
key |
Kind of the connection string key NOTE: This property will not be serialized. It can only be populated by the server. |
type | Type of the connection string NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
connectionString
Value of the connection string NOTE: This property will not be serialized. It can only be populated by the server.
connectionString?: string
Property Value
string
description
Description of the connection string NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
keyKind
Kind of the connection string key NOTE: This property will not be serialized. It can only be populated by the server.
keyKind?: string
Property Value
string
type
Type of the connection string NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string