app_totara_api_client_rate_limit

0 rows


Description

The table to store a client rate limiting settings

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_totara_api_client_rate_limit_id_seq'::regclass)
client_id int8 19 null
app_totara_api_client.id Defined in XMLR
prev_window_value int8 19 0
current_window_reset_time int8 19 null
current_window_value int8 19 0
current_limit int8 19 null
time_created int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_totaapiclieratelimi_id_pk Primary key Asc id
app_totaapiclieratelimi_cl_uix Must be unique Asc client_id

Relationships