---
title: data
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phadjustmentdata/data
---

# data

Data that contains the information necessary to reconstruct the adjustment.

## Declaration

```swift
var data: Data { get }
```

## Discussion

Discussion Use this property to resume working with the last edit that was made to an asset. For example, if your app applies Core Image filters to photos, this property may hold a serialized property list that describes the filters and their parameters. Use the formatIdentifier and formatVersion properties to determine whether the adjustment data saved with an asset is in a format that your app can understand.
