DeltaSharingService
List the tables in a given share's schema.
get/shares/{share}/schemas/{name}/tables
Path parameters
sharestring required
The share name to query. It's case-insensitive.
namestring required
The schema name to query. It's case-insensitive.
Query parameters
maxResultsinteger
The maximum number of results per page that should be returned.
pageTokenstring
Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
Response
OK