ThrottlingCondition Properties

Include Protected Members
Include Inherited Members

The ThrottlingCondition type exposes the following members.

Properties

  Name Description
Public property IsThrottledOnCpu
Gets a value that indicates whether CPU throttling was reported by SQL Database.
Public property IsThrottledOnDatabaseSize
Gets a value that indicates whether database size throttling was reported by SQL Database.
Public property IsThrottledOnDataRead
Gets a value that indicates whether data read activity throttling was reported by SQL Database.
Public property IsThrottledOnDataSpace
Gets a value that indicates whether physical data file space throttling was reported by SQL Database.
Public property IsThrottledOnLogSpace
Gets a value that indicates whether physical log space throttling was reported by SQL Database.
Public property IsThrottledOnLogWrite
Gets a value that indicates whether transaction activity throttling was reported by SQL Database.
Public property IsThrottledOnWorkerThreads
Gets a value that indicates whether concurrent requests throttling was reported by SQL Database.
Public property IsUnknown
Gets a value that indicates whether throttling conditions were not determined with certainty.
Public property ThrottledResources
Gets a list of the resources in the SQL Database that were subject to throttling conditions.
Public property ThrottlingMode
Gets the value that reflects the throttling mode in SQL Database.
Public propertyStatic member Unknown
Gets an unknown throttling condition in the event that the actual throttling condition cannot be determined.

See Also

ThrottlingCondition Class

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Data Namespace