Skip to main content

Function: getDatasetVersionHistory()

function getDatasetVersionHistory(
  options: object,
): Promise<DatasetVersionHistory>;
Defined in: src/utils/datasets.ts Gets the version history of a dataset. Delegates to Datasets.getVersionHistory().

Parameters

options

The options used to locate the dataset.

datasetId?

string (Optional) The ID of the dataset.

datasetName?

string (Optional) The name of the dataset.

Returns

Promise<DatasetVersionHistory> A promise that resolves to the version history for the dataset.