getPiecesForDataSet
function getPiecesForDataSet(options): Promise<object[]>;Defined in: packages/synapse-core/src/sp.ts:283
Get the pieces for a data set from the PDP API.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
options | GetPiecesForDataSetOptions | The options for the get pieces for data set. |
Returns
Section titled “Returns”Promise<object[]>