@nebius/js-sdk - v0.1.4
    Preparing search index...
    interface TransferSpec_Limiters {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.storage.v1alpha1.TransferSpec.Limiters";
        bandwidthBytesPerSecond: Long;
        requestsPerSecond: Long;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.storage.v1alpha1.TransferSpec.Limiters"
    bandwidthBytesPerSecond: Long

    Maximum bandwidth in bytes per second. If set to zero, default limit will be applied.

    requestsPerSecond: Long

    Maximum number of requests per second. If set to zero, default limit will be applied.