<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/URLUbiquitousItemDownloadingStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@T@NSURLUbiquitousItemDownloadingStatus"
  },
  "title" : "URLUbiquitousItemDownloadingStatus"
}
-->

# URLUbiquitousItemDownloadingStatus

Values that describe the iCloud storage state of a file.

```
struct URLUbiquitousItemDownloadingStatus
```

## Discussion

These constants are possible values for the [`ubiquitousItemDownloadingStatusKey`](/documentation/Foundation/URLResourceKey/ubiquitousItemDownloadingStatusKey) key.

## Topics

### Creating a Download Status Instance

[`init(rawValue:)`](/documentation/Foundation/URLUbiquitousItemDownloadingStatus/init(rawValue:))

Creates a download status instance from the provided constant string.

### Constants

[`NSURLUbiquitousItemDownloadingStatusCurrent`](/documentation/Foundation/URLUbiquitousItemDownloadingStatus/current)

A local copy of this item exists and is the most up-to-date version known to the device.

[`NSURLUbiquitousItemDownloadingStatusDownloaded`](/documentation/Foundation/URLUbiquitousItemDownloadingStatus/downloaded)

A local copy of this item exists, but it is stale. The most recent version will be downloaded as soon as possible.

[`NSURLUbiquitousItemDownloadingStatusNotDownloaded`](/documentation/Foundation/URLUbiquitousItemDownloadingStatus/notDownloaded)

This item has not been downloaded yet. Use [`startDownloadingUbiquitousItem(at:)`](/documentation/Foundation/FileManager/startDownloadingUbiquitousItem(at:)) to download it.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)