Catalog
Retrieves a preview set of rows in given table.
get/catalog/usql/databases/{databaseName}/schemas/{schemaName}/tables/{tableName}/previewrows
Path parameters
databaseNamestring required
The name of the database containing the table.
schemaNamestring required
The name of the schema containing the table.
tableNamestring required
The name of the table.
Query parameters
maxRowsinteger
The maximum number of preview rows to be retrieved. Rows returned may be less than or equal to this number depending on row sizes and number of rows in the table.
maxColumnsinteger
The maximum number of columns to be retrieved.
api-versionstring required
Client Api Version.
Response
Successfully retrieved preview rows for the specified table.