December 2017
Beginner to intermediate
264 pages
5h 38m
English
The following code will list all the datasets in the project and all the tables under the datasets in the project. Call this method in the main method and see lists of tables under each dataset:

If the project has a huge number of datasets, then use labels for them; this will make searching for datasets easy via API. Use the ListDatasetsOptions.Filter property to filter datasets by label. To retrieve datasets via ...