ThrottleByUserIdRule interface

Throttle the client connection by the user ID

Extends

Properties

maxCount

Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.

type

Property Details

maxCount

Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.

maxCount?: number

Property Value

number

type

type: "ThrottleByUserIdRule"

Property Value

"ThrottleByUserIdRule"