# 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:134](https://github.com/FilOzone/synapse-sdk/blob/7fdc04df4e3c52366a9f0cd55da4c05e20b2ed82/packages/synapse-core/src/warm-storage/get-all-data-set-metadata.ts#L134)

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/)