CosmosExecutorConfiguration 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.
Represents the clientConfiguration used for Azure Cosmos Table service, associated with CloudTableClient to connect to the Azure Cosmos table service.
public class CosmosExecutorConfiguration
type CosmosExecutorConfiguration = class
Public Class CosmosExecutorConfiguration
- Inheritance
-
CosmosExecutorConfiguration
Constructors
CosmosExecutorConfiguration() |
Properties
ConsistencyLevel |
The desired consistency level of the CloudTableClient against Cosmos Table Endpoint. This can be used to weaken the database account consistency level for read operations. If this is not set the database account consistency level will be used for all requests. |
CurrentRegion |
Set the current preferred region |
MaxConnectionLimit |
Gets or sets the maximum number of concurrent connections allowed for the target service endpoint in the Azure Cosmos DB service. |
MaxRetryAttemptsOnThrottledRequests |
Gets or sets the maximum number of retries in the case where the request fails because the Azure Cosmos DB service has applied rate limiting on the client. |
MaxRetryWaitTimeOnThrottledRequests |
Gets or sets the maximum retry time in seconds for the Azure Cosmos DB service. |
UseConnectionModeDirect |
Sets the connection mode to Direct. This is used by the client when connecting to the Azure Cosmos DB service. |
UserAgentSuffix |
A suffix to be added to the default user-agent for the Azure Cosmos DB service. |
Applies to
Azure SDK for .NET