Search Results for

    Show / Hide Table of Contents

    Enum ThrottlingMode

    Defines the possible throttling modes in SQL Azure.

    Namespace: Umbraco.Cms.Persistence.SqlServer.FaultHandling.Strategies
    Assembly: Umbraco.Cms.Persistence.SqlServer.dll
    Syntax
    public enum ThrottlingMode

    Fields

    Name Description
    NoThrottling

    Corresponds to "No Throttling" throttling mode whereby all SQL statements can be processed.

    RejectAll

    Corresponds to "Reject All" throttling mode whereby all SQL statements are rejected.

    RejectAllWrites

    Corresponds to "Reject All Writes" throttling mode whereby SQL statements such as INSERT, UPDATE, DELETE, CREATE, DROP are rejected.

    RejectUpdateInsert

    Corresponds to "Reject Update / Insert" throttling mode whereby SQL statements such as INSERT, UPDATE, CREATE TABLE and CREATE INDEX are rejected.

    Unknown

    Corresponds to an unknown throttling mode whereby throttling mode cannot be determined with certainty.

    Extension Methods

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