Search Results for

    Show / Hide Table of Contents

    Enum ThrottledResourceType

    Defines the types of resources in SQL Azure which may be subject to throttling conditions.

    Namespace: Umbraco.Cms.Persistence.SqlServer.FaultHandling.Strategies
    Assembly: Umbraco.Cms.Persistence.SqlServer.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.

    Extension Methods

    DictionaryExtensions.MergeLeft<ThrottledResourceType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<ThrottledResourceType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<ThrottledResourceType>()
    EnumExtensions.HasFlagAny<ThrottledResourceType>(ThrottledResourceType)
    ObjectExtensions.AsEnumerableOfOne<ThrottledResourceType>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<ThrottledResourceType, TProperty, TVal>(Expression<Func<ThrottledResourceType, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<ThrottledResourceType, TProperty>(Expression<Func<ThrottledResourceType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX