Datasets
Operations
Commit Blocks |
Commit block list to complete the upload of the dataset. |
Create |
Uploads and creates a new dataset by getting the data from a specified URL or starts waiting for data blocks to be uploaded. |
Delete |
Deletes the specified dataset. |
Get |
Gets the dataset identified by the given ID. |
Get Blocks |
Gets the list of uploaded blocks for this dataset. |
Get File |
Gets one specific file (identified with fileId) from a dataset (identified with id). |
List |
Gets a list of datasets for the authenticated subscription. |
List Files |
Gets the files of the dataset identified by the given ID. |
List Supported Locales |
Gets a list of supported locales for datasets. |
Update |
Updates the mutable details of the dataset identified by its ID. |
Upload |
Uploads data and creates a new dataset. |
Upload Block |
Upload a block of data for the dataset. The maximum size of the block is 8MiB. |