Class CosmosExecutorConfiguration
- Namespace
- Microsoft.Azure.Cosmos.Table
- Assembly
- Microsoft.Azure.Cosmos.Table.dll
public class CosmosExecutorConfiguration
- Inheritance
-
CosmosExecutorConfiguration
- Inherited Members
-
Constructors
CosmosExecutorConfiguration()
public CosmosExecutorConfiguration()
Properties
ConsistencyLevel
public ConsistencyLevel? ConsistencyLevel { get; set; }
Property Value
- ConsistencyLevel?
CurrentRegion
public string CurrentRegion { get; set; }
Property Value
- string
MaxConnectionLimit
public int MaxConnectionLimit { get; set; }
Property Value
- int
MaxRetryAttemptsOnThrottledRequests
public int? MaxRetryAttemptsOnThrottledRequests { get; set; }
Property Value
- int?
MaxRetryWaitTimeOnThrottledRequests
public int? MaxRetryWaitTimeOnThrottledRequests { get; set; }
Property Value
- int?
UseConnectionModeDirect
public bool UseConnectionModeDirect { get; set; }
Property Value
- bool
UserAgentSuffix
public string UserAgentSuffix { get; set; }
Property Value
- string