Class CleanupOptions
Cleanup options.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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
|