Skip to content

TransferBandwidthLimit

Defined in: src/transfers/TransferJob.ts:45

Optional throughput limit shape that concrete transfer executors may honor.

PropertyTypeDescriptionDefined in
burstBytes?numberOptional burst allowance in bytes for token-bucket-style implementations.src/transfers/TransferJob.ts:49
bytesPerSecondnumberMaximum sustained transfer rate in bytes per second.src/transfers/TransferJob.ts:47