Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseServerMessengerSettings

    Typed configuration options for database server messaging settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class DatabaseServerMessengerSettings

    Properties

    View Source

    MaxProcessingInstructionCount

    Gets or sets a value for the maximum number of instructions that can be processed at startup; otherwise the server cold-boots (rebuilds its caches).

    Declaration
    public int MaxProcessingInstructionCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    TimeBetweenPruneOperations

    Gets or sets a value for the time to wait between each prune operations.

    Declaration
    public TimeSpan TimeBetweenPruneOperations { get; set; }
    Property Value
    Type Description
    TimeSpan
    View Source

    TimeBetweenSyncOperations

    Gets or sets a value for the time to wait between each sync operations.

    Declaration
    public TimeSpan TimeBetweenSyncOperations { get; set; }
    Property Value
    Type Description
    TimeSpan
    View Source

    TimeToRetainInstructions

    Gets or sets a value for the time to keep instructions in the database; records older than this number will be pruned.

    Declaration
    public TimeSpan TimeToRetainInstructions { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MaxProcessingInstructionCount
      • TimeBetweenPruneOperations
      • TimeBetweenSyncOperations
      • TimeToRetainInstructions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX