Skip to content
Tracon

RetentionTargetOptions

Namespace Tracon · Assembly Tracon.Core.dll

Defines a configuration-based retention default for one target.

public sealed class RetentionTargetOptions

objectRetentionTargetOptions

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

public RetentionTargetOptions()

Gets or sets whether to archive before deletion.

public bool Archive { get; set; }

bool

Gets or sets the age after which rows are eligible for deletion. null disables the default for this target.

public int? MaxAgeDays { get; set; }

int?