Class LongRunningOperationsSettings
Typed configuration options for long-running operations settings.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
[UmbracoOptions("Umbraco:CMS:LongRunningOperations")]
public class LongRunningOperationsSettings
Properties
View SourceCleanup
Gets or sets the cleanup settings for long-running operations.
Declaration
public LongRunningOperationsCleanupSettings Cleanup { get; set; }
Property Value
| Type | Description |
|---|---|
| LongRunningOperationsCleanupSettings |
ExpirationTime
Gets or sets the time after which a long-running operation is considered expired/stale, if not updated.
Declaration
public TimeSpan ExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
TimeBetweenStatusChecks
Gets or sets the time between status checks for long-running operations.
Declaration
public TimeSpan TimeBetweenStatusChecks { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |