Search Results for

    Show / Hide Table of Contents
    View Source

    Class LongRunningOperationsCleanupSettings

    Typed configuration options for long-running operations cleanup settings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class LongRunningOperationsCleanupSettings

    Properties

    View Source

    MaxEntryAge

    Gets or sets the maximum time a long-running operation entry can exist, without being updated, before it is considered for cleanup.

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

    Period

    Gets or sets a value for the period in which long-running operations are cleaned up.

    Declaration
    public TimeSpan Period { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX