Search Results for

    Show / Hide Table of Contents

    Class CleanupOptions

    Configuration for the cleanup background service.

    Inheritance
    object
    CleanupOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Chapar.Core.Cleanup
    Assembly: Chapar.Core.dll
    Syntax
    public class CleanupOptions

    Properties

    | Edit this page View Source

    Enabled

    Whether the cleanup job is enabled. Default is true.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Interval

    Interval at which the cleanup runs. Default is 1 hour.

    Declaration
    public TimeSpan Interval { get; set; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    RetentionPeriod

    Records older than this time span will be deleted. Default is 7 days.

    Declaration
    public TimeSpan RetentionPeriod { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2026