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 SourceMaxEntryAge
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 |
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 |