The throughput capacity

ThroughputCap

interface ThroughputCap {
    timeUnit?: TimeUnit;
    value?: number;
}

Properties

Properties

timeUnit?: TimeUnit

ThroughputCap

value?: number

An unsigned integer that can be only positive or zero.

ThroughputCap