Class ConcurrencyOptions
- Namespace
- Microsoft.Azure.WebJobs.Host.Scale
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class ConcurrencyOptions : IOptionsFormatter
- Inheritance
-
ConcurrencyOptions
- Implements
-
- Inherited Members
-
Constructors
ConcurrencyOptions()
public ConcurrencyOptions()
Properties
CPUThreshold
public float CPUThreshold { get; set; }
Property Value
- float
DynamicConcurrencyEnabled
public bool DynamicConcurrencyEnabled { get; set; }
Property Value
- bool
MaximumFunctionConcurrency
public int MaximumFunctionConcurrency { get; set; }
Property Value
- int
SnapshotPersistenceEnabled
public bool SnapshotPersistenceEnabled { get; set; }
Property Value
- bool
Methods
Returns
- string