Type Alias DataStoresAPI

Index

Properties

clearCache: typeof clearCache

Clears the cache for data-stores api requests.

createDataStore: typeof createDataStore

Save new data store.

an object with the body content

CreateDataStoreHttpError

deleteDataStoreDataAssetDataSets: typeof deleteDataStoreDataAssetDataSets

Delete data sets by data-store IDs and data-asset IDs.

Comma-separated data store IDs or * to include all data stores.

Comma-separated data asset IDs or * to include all data assets.

DeleteDataStoreDataAssetDataSetsHttpError

deleteDataStoreDataAssets: typeof deleteDataStoreDataAssets

Delete data assets and child data-sets by data-store IDs.

Comma-separated data store IDs or * to include all data stores.

DeleteDataStoreDataAssetsHttpError

deleteDataStores: typeof deleteDataStores

Delete data stores if it does not contain any data-assets.

an object with the body content

DeleteDataStoresHttpError

getDataStore: typeof getDataStore

Get data store by ID.

an object with query parameters

GetDataStoreHttpError

getDataStoreDataAssetDataSets: typeof getDataStoreDataAssetDataSets

Get all data sets belonging to the data store(s) and data asset(s).

Comma-separated data store IDs or * to include all data stores.

Comma-separated data asset IDs or * to include all data assets.

an object with query parameters

GetDataStoreDataAssetDataSetsHttpError

getDataStoreDataAssets: typeof getDataStoreDataAssets

Get all data assets belonging to the data store(s).

Comma-separated data store IDs or * to include all data stores.

an object with query parameters

GetDataStoreDataAssetsHttpError

getDataStores: typeof getDataStores

Get all data stores.

an object with query parameters

GetDataStoresHttpError

patchDataStore: typeof patchDataStore

Patch data store.

an object with the body content

PatchDataStoreHttpError

updateDataStore: typeof updateDataStore

Update data store.

an object with the body content

UpdateDataStoreHttpError