Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThrottlingDefinition

Hierarchy

  • ThrottlingDefinition

Index

Properties

Readonly count

count: number

Number of times the command can be used.

Readonly duration

duration: number

Duration after which the usage count is reset in second.

Optional Readonly includeAdmins

includeAdmins: undefined | false | true

If set to true, user with administrator permission are also affected by this throttling. (default is false)

Generated using TypeDoc