@taiyi-io/api-connector-ts
Preparing search index...
TrafficQuotaState
Interface TrafficQuotaState
interface
TrafficQuotaState
{
accumulated_rx
:
number
;
accumulated_tx
:
number
;
cycle_start_ts
:
number
;
last_rx_bytes
?:
number
;
last_tx_bytes
?:
number
;
next_reset_ts
:
number
;
temp_extra_bytes
?:
number
;
triggered
?:
boolean
;
}
Index
Properties
accumulated_
rx
accumulated_
tx
cycle_
start_
ts
last_
rx_
bytes?
last_
tx_
bytes?
next_
reset_
ts
temp_
extra_
bytes?
triggered?
Properties
accumulated_
rx
accumulated_rx
:
number
accumulated_
tx
accumulated_tx
:
number
cycle_
start_
ts
cycle_start_ts
:
number
Optional
last_
rx_
bytes
last_rx_bytes
?:
number
Optional
last_
tx_
bytes
last_tx_bytes
?:
number
next_
reset_
ts
next_reset_ts
:
number
Optional
temp_
extra_
bytes
temp_extra_bytes
?:
number
Optional
triggered
triggered
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accumulated_
rx
accumulated_
tx
cycle_
start_
ts
last_
rx_
bytes
last_
tx_
bytes
next_
reset_
ts
temp_
extra_
bytes
triggered
@taiyi-io/api-connector-ts
Loading...