# parseAllDataSetMetadata

> **parseAllDataSetMetadata**(`data`): [`OutputType`](/reference/filoz/synapse-core/warm-storage/namespaces/getalldatasetmetadata/type-aliases/outputtype/)

Defined in: [packages/synapse-core/src/warm-storage/get-all-data-set-metadata.ts:135](https://github.com/FilOzone/synapse-sdk/blob/a9cd57eebc930d91684976484537875a7fc5cb10/packages/synapse-core/src/warm-storage/get-all-data-set-metadata.ts#L135)

Parse the contract output into a MetadataObject

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `data` | readonly \[readonly `string`[], readonly `string`[]\] | The contract output from the getAllDataSetMetadata function [getAllDataSetMetadata.ContractOutputType](/reference/filoz/synapse-core/warm-storage/namespaces/getalldatasetmetadata/type-aliases/contractoutputtype/) |

## Returns

[`OutputType`](/reference/filoz/synapse-core/warm-storage/namespaces/getalldatasetmetadata/type-aliases/outputtype/)

The metadata formatted as a MetadataObject [getAllDataSetMetadata.OutputType](/reference/filoz/synapse-core/warm-storage/namespaces/getalldatasetmetadata/type-aliases/outputtype/)