ThrottlingCondition Members
Include Protected Members
Include Inherited Members
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. |
The ThrottlingCondition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ThrottlingCondition |
Initializes a new instance of the ThrottlingCondition class
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
FromError |
Determines the throttling conditions from the specified SQL error.
|
|
FromException |
Determines throttling conditions from the specified SQL exception.
|
|
FromReasonCode |
Determines the throttling conditions from the specified reason code.
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString |
Returns a textual representation the current ThrottlingCondition object including the information held with respect to throttled resources.
(Overrides Object.ToString().) |
Fields
Name | Description | |
---|---|---|
ThrottlingErrorNumber |
Gets the error number that corresponds to throttling conditions reported by SQL Azure.
|
Properties
Name | Description | |
---|---|---|
IsThrottledOnCpu |
Gets a value indicating whether CPU throttling was reported by SQL Azure.
|
|
IsThrottledOnDatabaseSize |
Gets a value indicating whether database size throttling was reported by SQL Azure.
|
|
IsThrottledOnDataRead |
Gets a value indicating whether data read activity throttling was reported by SQL Azure.
|
|
IsThrottledOnDataSpace |
Gets a value indicating whether physical data file space throttling was reported by SQL Azure.
|
|
IsThrottledOnLogSpace |
Gets a value indicating whether physical log space throttling was reported by SQL Azure.
|
|
IsThrottledOnLogWrite |
Gets a value indicating whether transaction activity throttling was reported by SQL Azure.
|
|
IsThrottledOnWorkerThreads |
Gets a value indicating whether concurrent requests throttling was reported by SQL Azure.
|
|
IsUnknown |
Gets a value indicating whether throttling conditions were not determined with certainty.
|
|
ThrottledResources |
Gets a list of resources in SQL Azure that were subject to throttling conditions.
|
|
ThrottlingMode |
Gets the value that reflects the throttling mode in SQL Azure.
|
|
Unknown |
Gets an unknown throttling condition in the event the actual throttling condition cannot be determined.
|
See Also
Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.SqlAzure Namespace