---
title: NSMetadataUbiquitousItemDownloadingStatusDownloaded
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsmetadataubiquitousitemdownloadingstatusdownloaded
---

# NSMetadataUbiquitousItemDownloadingStatusDownloaded

## Declaration

```swift
let NSMetadataUbiquitousItemDownloadingStatusDownloaded: String
```

## Discussion

Discussion A string used as the value for NSMetadataUbiquitousItemPercentUploadedKey to indicate that there is a local version of this item available. The most current version will be downloaded as soon as possible.

## See Also

### iCloud Download Status Values

- [NSMetadataUbiquitousItemDownloadingStatusCurrent](foundation/nsmetadataubiquitousitemdownloadingstatuscurrent.md)
- [NSMetadataUbiquitousItemDownloadingStatusNotDownloaded](foundation/nsmetadataubiquitousitemdownloadingstatusnotdownloaded.md)
