Show / Hide Table of Contents

Class CleanupOptions

Cleanup options.

Inheritance
Object
CleanupOptions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Builder
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class CleanupOptions

Properties

CleanupInterval

Gets or sets the how often cleanup will run. Default is once every hour.

Declaration
public TimeSpan CleanupInterval { get; set; }
Property Value
TimeSpan

Enable

Gets or sets if cleanup is enabled. Defaults to false.

Declaration
public bool Enable { get; set; }
Property Value
Boolean

Back to top Generated by DocFX