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