TransferBandwidthLimit
Defined in: src/transfers/TransferJob.ts:45
Optional throughput limit shape that concrete transfer executors may honor.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
burstBytes? | number | Optional burst allowance in bytes for token-bucket-style implementations. | src/transfers/TransferJob.ts:49 |
bytesPerSecond | number | Maximum sustained transfer rate in bytes per second. | src/transfers/TransferJob.ts:47 |