---
title: URLUbiquitousItemDownloadingStatus
framework: foundation
role: symbol
role_heading: Structure
path: foundation/urlubiquitousitemdownloadingstatus
---

# URLUbiquitousItemDownloadingStatus

Values that describe the iCloud storage state of a file.

## Declaration

```swift
struct URLUbiquitousItemDownloadingStatus
```

## Discussion

Discussion These constants are possible values for the ubiquitousItemDownloadingStatusKey key.

## Topics

### Creating a Download Status Instance

- [init(rawValue:)](foundation/urlubiquitousitemdownloadingstatus/init(rawvalue:).md)

### Constants

- [current](foundation/urlubiquitousitemdownloadingstatus/current.md)
- [downloaded](foundation/urlubiquitousitemdownloadingstatus/downloaded.md)
- [notDownloaded](foundation/urlubiquitousitemdownloadingstatus/notdownloaded.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Ubiquitous keys

- [isUbiquitousItemKey](foundation/urlresourcekey/isubiquitousitemkey.md)
- [ubiquitousSharedItemMostRecentEditorNameComponentsKey](foundation/urlresourcekey/ubiquitousshareditemmostrecenteditornamecomponentskey.md)
- [ubiquitousItemDownloadRequestedKey](foundation/urlresourcekey/ubiquitousitemdownloadrequestedkey.md)
- [ubiquitousItemIsDownloadingKey](foundation/urlresourcekey/ubiquitousitemisdownloadingkey.md)
- [ubiquitousItemDownloadingErrorKey](foundation/urlresourcekey/ubiquitousitemdownloadingerrorkey.md)
- [ubiquitousItemDownloadingStatusKey](foundation/urlresourcekey/ubiquitousitemdownloadingstatuskey.md)
- [ubiquitousItemIsExcludedFromSyncKey](foundation/urlresourcekey/ubiquitousitemisexcludedfromsynckey.md)
- [ubiquitousItemIsUploadedKey](foundation/urlresourcekey/ubiquitousitemisuploadedkey.md)
- [ubiquitousItemIsUploadingKey](foundation/urlresourcekey/ubiquitousitemisuploadingkey.md)
- [ubiquitousItemUploadingErrorKey](foundation/urlresourcekey/ubiquitousitemuploadingerrorkey.md)
- [ubiquitousItemHasUnresolvedConflictsKey](foundation/urlresourcekey/ubiquitousitemhasunresolvedconflictskey.md)
- [ubiquitousItemContainerDisplayNameKey](foundation/urlresourcekey/ubiquitousitemcontainerdisplaynamekey.md)
- [ubiquitousSharedItemOwnerNameComponentsKey](foundation/urlresourcekey/ubiquitousshareditemownernamecomponentskey.md)
- [ubiquitousSharedItemCurrentUserPermissionsKey](foundation/urlresourcekey/ubiquitousshareditemcurrentuserpermissionskey.md)
- [ubiquitousSharedItemCurrentUserRoleKey](foundation/urlresourcekey/ubiquitousshareditemcurrentuserrolekey.md)
