TableSublayerSource constructor

TableSublayerSource({
  1. required String workspaceId,
  2. required String dataSourceName,
})

Create a table sublayer source from a workspace ID and a data source name.

Parameters:

  • workspaceId — The workspace id.
  • dataSourceName — The data source name.