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

    Interface TransferIteration

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

    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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.storage.v1alpha1.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.v1alpha1.TransferIteration"

    Contains the fully qualified protobuf type name.

    averageThroughputBytes: Long

    Contains the average_throughput_bytes protobuf field.

    endTime?: Dayjs

    Contains the end_time protobuf field.

    error: string

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

    objectsDiscoveredCount: Long

    Contains the objects_discovered_count protobuf field.

    objectsMigratedCount: Long

    Contains the objects_migrated_count protobuf field.

    objectsMigratedSize: Long

    Contains the objects_migrated_size protobuf field.

    objectsSkippedCount: Long

    Contains the objects_skipped_count protobuf field.

    sequenceNumber: Long

    Contains the sequence_number protobuf field.

    startTime?: Dayjs

    Contains the start_time protobuf field.

    Contains the state protobuf field.