---
title: immediatelyAvailableMetadataOnly
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsfilecoordinator/readingoptions/immediatelyavailablemetadataonly
---

# immediatelyAvailableMetadataOnly

Specify this constant if you want to read an item’s metadata without triggering a download.

## Declaration

```swift
static var immediatelyAvailableMetadataOnly: NSFileCoordinator.ReadingOptions { get }
```

## Discussion

Discussion Specifying this option grants the coordinated read immediately (barring any conflicts with other readers, writers or file presenters on the same system), instead of waiting for the system to download the file’s contents and any additional metadata (for example, conflicting versions or thumbnails). Attempting to actually read the item’s contents during this coordinated read may give unexpected results or fail.

## See Also

### Constants

- [withoutChanges](foundation/nsfilecoordinator/readingoptions/withoutchanges.md)
- [resolvesSymbolicLink](foundation/nsfilecoordinator/readingoptions/resolvessymboliclink.md)
- [forUploading](foundation/nsfilecoordinator/readingoptions/foruploading.md)
