list_tables
Retrieve available tables or streams from a specified database in Timeplus, enabling quick access to data sources for streaming analytics.
Instructions
List available tables/streams in the given database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | default | |
like | No |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"default": "default",
"title": "Database",
"type": "string"
},
"like": {
"default": null,
"title": "Like",
"type": "string"
}
},
"title": "list_tablesArguments",
"type": "object"
}