@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface ProgressTrackerWorkDone

    Defines completed and total work counts reported by a service.

    interface ProgressTrackerWorkDone {
        doneTickCount?: TickCount;
        totalTickCount?: TickCount;
    }
    Index
    doneTickCount?: TickCount

    Contains the completed amount of work.

    totalTickCount?: TickCount

    Contains the total amount of work.