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

    Interface TransferIteration

    Represents the nebius.storage.v1.TransferIteration protobuf message.

    interface TransferIteration {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1.TransferIteration";
        averageThroughputBytes: Long;
        endTime?: Dayjs;
        error?: TransferError;
        objectsDeletedCount: Long;
        objectsTransferredCount: Long;
        objectsTransferredSize: Long;
        sequenceNumber: Long;
        startTime?: Dayjs;
        state: TransferIteration_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.storage.v1.TransferIteration protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.storage.v1.TransferIteration protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.storage.v1.TransferIteration"

    Contains the fully qualified protobuf type name.

    averageThroughputBytes: Long

    Average throughput in bytes per second during the iteration.

    endTime?: Dayjs

    Iteration end time.

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

    objectsDeletedCount: Long

    Number of objects deleted from destination bucket during this iteration.

    objectsTransferredCount: Long

    Number of objects transferred during this iteration.

    objectsTransferredSize: Long

    Total size of objects transferred during this iteration.

    sequenceNumber: Long

    Sequence number of the iteration in the transfer, starting from 1.

    startTime?: Dayjs

    Iteration start time.

    Current iteration state.