@tikoci/centrs
    Preparing search index...

    Interface WriteWinBoxCdbResult

    interface WriteWinBoxCdbResult {
        backupPath?: string;
        byteLength: number;
        path: string;
        prunedBackups: readonly string[];
        recordCount: number;
    }
    Index

    Properties

    backupPath?: string

    Backup path created before the overwrite, when one was written.

    byteLength: number

    Number of bytes written to the target.

    path: string

    Absolute/target path that now holds the new bytes.

    prunedBackups: readonly string[]

    Backup paths pruned by retention, in deletion order.

    recordCount: number

    Number of record(s) serialized.