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

    Interface GetIterationHistoryResponse

    interface GetIterationHistoryResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1alpha1.GetIterationHistoryResponse";
        iterations: TransferIteration[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1alpha1.GetIterationHistoryResponse"
    iterations: TransferIteration[]

    List of transfer iterations sorted from newest to oldest.

    nextPageToken: string

    Token for pagination, indicating the next set of results can be retrieved using this token.