---
title: prefetchAssetExtendedMetadata
framework: Photos
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: photos/phfetchoptions/prefetchassetextendedmetadata
---

# prefetchAssetExtendedMetadata

A Boolean value to fetch PHAssetExtendedMetadata when the asset is also fetched.

## Declaration

```swift
var prefetchAssetExtendedMetadata: Bool { get set }
```

## Discussion

Discussion By default extendedMetadata is fetched on demand, with the dot accessor. Prefetching will fetch it as part of the PHAsset in a single fetch, rather than incurring fetch overhead for each PHAsset.

## See Also

### Limiting Fetch Results

- [fetchLimit](photos/phfetchoptions/fetchlimit.md)
- [includeAllBurstAssets](photos/phfetchoptions/includeallburstassets.md)
- [includeHiddenAssets](photos/phfetchoptions/includehiddenassets.md)
- [includeAssetSourceTypes](photos/phfetchoptions/includeassetsourcetypes.md)
