Enum ThrottledResourceType
Defines the types of resources in SQL Azure which may be subject to throttling conditions.
Namespace: Umbraco.Core.Persistence.FaultHandling
Assembly: Umbraco.Core.dll
Syntax
public enum ThrottledResourceType
Fields
Name | Description |
---|---|
Cpu | Corresponds to "CPU" resource which may be subject to throttling. |
DatabaseSize | Corresponds to "Database Size" resource which may be subject to throttling. |
DataReadIoDelay | Corresponds to "Database Read IO Delay" resource which may be subject to throttling. |
Internal | Corresponds to an internal resource which may be subject to throttling. |
LogWriteIoDelay | Corresponds to "Transaction Log Write IO Delay" resource which may be subject to throttling. |
PhysicalDatabaseSpace | Corresponds to "Physical Database Space" resource which may be subject to throttling. |
PhysicalLogSpace | Corresponds to "Physical Log File Space" resource which may be subject to throttling. |
Unknown | Corresponds to an unknown resource type in the event when the actual resource cannot be determined with certainty. |
WorkerThreads | Corresponds to "SQL Worker Thread Pool" resource which may be subject to throttling. |