ThrottledResourceType 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 types of resources in SQL Azure which may be subject to throttling conditions.
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 ThrottledResourceType
'Declaration
Public Enumeration ThrottledResourceType
public enum class ThrottledResourceType
Members
Member name | Value | Description | |
---|---|---|---|
PhysicalDatabaseSpace | 0 | Corresponds to "Physical Database Space" resource which may be subject to throttling. | |
PhysicalLogSpace | 1 | Corresponds to "Physical Log File Space" resource which may be subject to throttling. | |
LogWriteIoDelay | 2 | Corresponds to "Transaction Log Write IO Delay" resource which may be subject to throttling. | |
DataReadIoDelay | 3 | Corresponds to "Database Read IO Delay" resource which may be subject to throttling. | |
Cpu | 4 | Corresponds to "CPU" resource which may be subject to throttling. | |
DatabaseSize | 5 | Corresponds to "Database Size" resource which may be subject to throttling. | |
WorkerThreads | 7 | Corresponds to "SQL Worker Thread Pool" resource which may be subject to throttling. | |
Internal | 6 | Corresponds to an internal resource which may be subject to throttling. | |
Unknown | -1 | Corresponds to an unknown resource type in the event when the actual resource cannot be determined with certainty. |
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure Namespace