Function: createDataset()
Call Signature
Parameters
dataset
DatasetType
The dataset content as a path, object, or array.
name
string
The name of the dataset.
Returns
Promise<DatasetDBType>
A promise that resolves to the created dataset.
Call Signature
Parameters
options
CreateDatasetOptions
The options used to create the dataset.
Returns
Promise<DatasetDBType>
A promise that resolves to the created dataset.