<!--
{
  "availability" : [
    "iOS: 5.0.0 - 7.0.0",
    "iPadOS: 5.0.0 - 7.0.0",
    "tvOS: 9.0.0 - 9.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 2.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSMetadataUbiquitousItemIsDownloadedKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@NSMetadataUbiquitousItemIsDownloadedKey"
  },
  "title" : "NSMetadataUbiquitousItemIsDownloadedKey"
}
-->

# NSMetadataUbiquitousItemIsDownloadedKey

```
let NSMetadataUbiquitousItemIsDownloadedKey: String
```

## Discussion

The value is an [`NSNumber`](/documentation/Foundation/NSNumber) object that contains a Boolean indicating whether the current version of the item has been downloaded and is available locally.

This constant is deprecated in iOS 7 and OS X v10.9; use [`NSMetadataUbiquitousItemDownloadingStatusKey`](/documentation/Foundation/NSMetadataUbiquitousItemDownloadingStatusKey) instead.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)