Enum ThrottlingType
Defines the possible throttling types in SQL Azure.
Namespace: Umbraco.Core.Persistence.FaultHandling
Assembly: Umbraco.Core.dll
Syntax
public enum ThrottlingType
Fields
Name | Description |
---|---|
Hard | Corresponds to a Hard throttling type. Hard throttling is applied when the machine is out of resources, for example storage space. With hard throttling, no new connections are allowed to the databases hosted on the machine until resources are freed up. |
None | Indicates that no throttling was applied to a given resource. |
Soft | Corresponds to a Soft throttling type. Soft throttling is applied when machine resources such as, CPU, IO, storage, and worker threads exceed predefined safety thresholds despite the load balancer’s best efforts. |
Unknown | Corresponds to an unknown throttling type in the event when the throttling type cannot be determined with certainty. |