Member Junction
    Preparing search index...

    Represents an archive configuration record

    interface ArchiveConfig {
        ArchiveRelatedRecordChanges: boolean;
        DefaultBatchSize: number;
        DefaultMode: "ArchiveOnly" | "HardDelete" | "StripFields" | undefined;
        DefaultRetentionDays: number;
        Description: string;
        ID: string;
        IsDirty: boolean;
        Name: string;
        RootPath: string;
        Status: "Disabled" | "Running" | "Error" | "Idle" | undefined;
        StorageAccountID: string;
        StorageAccountName: string;
    }
    Index

    Properties

    ArchiveRelatedRecordChanges: boolean
    DefaultBatchSize: number
    DefaultMode: "ArchiveOnly" | "HardDelete" | "StripFields" | undefined
    DefaultRetentionDays: number
    Description: string
    ID: string
    IsDirty: boolean
    Name: string
    RootPath: string
    Status: "Disabled" | "Running" | "Error" | "Idle" | undefined
    StorageAccountID: string
    StorageAccountName: string