Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkInfo

Network limits info

Hierarchy

  • NetworkInfo

Index

Properties

currentMultiplier

currentMultiplier: number

Download gets multipied by this ammount to calculate how much of it counts towards the limit. Watch out: can be bigger than one!

download

download: { limit: number; used: { all: number; limited: number } }

Download limit is calculated by multiplying the traffic with @link {currentMultipier}.

Type declaration

  • limit: number
  • used: { all: number; limited: number }
    • all: number

      All downloaded data, even the one that was downloaded when @link {currentMultiplier} was 0.0

    • limited: number

      Downloaded data that counts towards the limit

tenantId

tenantId: number

upload

upload: { limit: number; used: number }

Upload, unlike download, is always limited, no matter the hour or the weekday

Type declaration

  • limit: number
  • used: number

Generated using TypeDoc