MicrosoftAzureCosmosSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The settings relevant to accessing Azure Cosmos DB.
public sealed class MicrosoftAzureCosmosSettings
type MicrosoftAzureCosmosSettings = class
Public NotInheritable Class MicrosoftAzureCosmosSettings
- Inheritance
-
MicrosoftAzureCosmosSettings
Constructors
MicrosoftAzureCosmosSettings() |
Properties
AccountEndpoint |
A Uri referencing the Azure Cosmos DB Endpoint. This is likely to be similar to "https://{account_name}.queue.core.windows.net". |
ConnectionString |
Gets or sets the connection string of the Azure Cosmos database to connect to. |
Credential |
Gets or sets the credential used to authenticate to the Azure Cosmos DB endpoint. |
DisableTracing |
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |