Member Junction
    Preparing search index...

    Represents an entity within a configuration

    interface ArchiveConfigEntity {
        ArchiveConfigurationID: string;
        BatchSize: number;
        DateField: string;
        EntityName: string;
        ID: string;
        IsActive: boolean;
        IsDirty: boolean;
        IsNew: boolean;
        Mode: "ArchiveOnly" | "HardDelete" | "StripFields" | undefined;
        RetentionDays: number;
    }
    Index

    Properties

    ArchiveConfigurationID: string
    BatchSize: number
    DateField: string
    EntityName: string
    ID: string
    IsActive: boolean
    IsDirty: boolean
    IsNew: boolean
    Mode: "ArchiveOnly" | "HardDelete" | "StripFields" | undefined
    RetentionDays: number