Member Junction
    Preparing search index...

    Represents a single archived version of a record

    interface ArchiveVersion {
        ArchivedAt: Date;
        ArchivedData: string;
        Bytes: number;
        FieldCount: number;
        ID: string;
        StoragePath: string;
    }
    Index

    Properties

    ArchivedAt: Date

    Date the archive was created

    ArchivedData: string

    The archived field data as a JSON string

    Bytes: number

    Size in bytes

    FieldCount: number

    Number of fields in this archive

    ID: string

    Archive run detail ID

    StoragePath: string

    Storage path where archive is stored