Member Junction
    Preparing search index...

    Summary information about an archived version of a record.

    interface ArchiveVersionInfo {
        ArchivedAt: Date;
        Bytes: number;
        DetailID: string;
        EntityName: string;
        FieldCount: number;
        RecordID: string;
    }
    Index

    Properties

    ArchivedAt: Date

    Date the archive was performed

    Bytes: number

    Size of the archived data in bytes

    DetailID: string

    The archive run detail record ID

    EntityName: string

    Entity name of the archived record

    FieldCount: number

    Number of fields that were archived

    RecordID: string

    Primary key of the archived record