DatabaseAccountConnectionString Class

Connection string for the Cosmos DB account.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
DatabaseAccountConnectionString

Constructor

DatabaseAccountConnectionString(**kwargs: Any)

Variables

Name Description
connection_string
str

Value of the connection string.

description
str

Description of the connection string.

key_kind
str or Kind

Kind of the connection string key. Known values are: "Primary", "Secondary", "PrimaryReadonly", and "SecondaryReadonly".

type
str or Type

Type of the connection string. Known values are: "Sql", "Table", "MongoDB", "Cassandra", "CassandraConnectorMetadata", "Gremlin", "SqlDedicatedGateway", "GremlinV2", and "Undefined".