openapi.rate_limit_definition

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('openapi.rate_limit_definition_id_seq'::regclass)

name

text

No

limit_interval

interval

No

limit_count

integer

No

Primary Key

(id)

Unique Constraints

  • rate_limit_definition_name_key: (name)

Indexes

Index Method Definition

rate_limit_definition_pkey PK

btree

CREATE UNIQUE INDEX rate_limit_definition_pkey ON openapi.rate_limit_definition USING btree (id)

rate_limit_definition_name_key UNIQUE

btree

CREATE UNIQUE INDEX rate_limit_definition_name_key ON openapi.rate_limit_definition USING btree (name)

Referenced By

The following tables have foreign keys pointing to openapi.rate_limit_definition (6 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

openapi.endpoint

rate_limit

id

endpoint_rate_limit_fkey

openapi.endpoint_ip_rate_limit_map

rate_limit

id

endpoint_ip_rate_limit_map_rate_limit_fkey

openapi.endpoint_set

rate_limit

id

endpoint_set_rate_limit_fkey

openapi.endpoint_set_ip_rate_limit_map

rate_limit

id

endpoint_set_ip_rate_limit_map_rate_limit_fkey

openapi.endpoint_set_user_rate_limit_map

rate_limit

id

endpoint_set_user_rate_limit_map_rate_limit_fkey

openapi.endpoint_user_rate_limit_map

rate_limit

id

endpoint_user_rate_limit_map_rate_limit_fkey