@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface TransferIteration {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1alpha1.TransferIteration";
        averageThroughputBytes: Long;
        endTime?: Dayjs;
        error: string;
        objectsDiscoveredCount: Long;
        objectsMigratedCount: Long;
        objectsMigratedSize: Long;
        objectsSkippedCount: Long;
        sequenceNumber: Long;
        startTime?: Dayjs;
        state: TransferIteration_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1alpha1.TransferIteration"
    averageThroughputBytes: Long
    endTime?: Dayjs
    error: string

    Human-readable error description. Populated only if state is FAILED.

    objectsDiscoveredCount: Long
    objectsMigratedCount: Long
    objectsMigratedSize: Long
    objectsSkippedCount: Long
    sequenceNumber: Long
    startTime?: Dayjs