Compartir a través de


ThrottlingType Enumeration

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Defines the possible throttling types in SQL Azure.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public enum ThrottlingType
'Declaration
Public Enumeration ThrottlingType
public enum class ThrottlingType

Members

Member name Value Description
None 0 Indicates that no throttling was applied to a given resource.
Soft 1 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.
Hard 2 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.
Unknown 3 Corresponds to an unknown throttling type in the event when the throttling type cannot be determined with certainty.

See Also

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure Namespace