Interface ReferenceTablesApiListTablesRequest

Hierarchy

  • ReferenceTablesApiListTablesRequest

Properties

filterStatus?: string

Filter by table status.

filterTableNameContains?: string

Filter by table name containing substring.

filterTableNameExact?: string

Filter by exact table name match.

limit?: number

Number of tables to return.

offset?: number

Number of tables to skip for pagination.

Sort field and direction. Use field name for ascending, prefix with "-" for descending.

Generated using TypeDoc