---
title: ubiquitousItemIsUploadedKey
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/urlresourcekey/ubiquitousitemisuploadedkey
---

# ubiquitousItemIsUploadedKey

The key for a Boolean value that indicates whether the system uploads the item’s data to iCloud storage.

## Declaration

```swift
static let ubiquitousItemIsUploadedKey: URLResourceKey
```

## Discussion

Discussion The system returns the read-only value as a Boolean NSNumber. The value is true if the system uploads this item to iCloud; otherwise, false. note: When waiting for an upload to complete, don’t poll this key from within a block that you pass to coordinate(readingItemAt:options:error:byAccessor:) because the system can’t perform, the coordinated read necessary to obtain this value until that block completes and returns. Instead, use NSMetadataQuery or an NSFilePresenter delegate to asynchronously notify your app when the status changes.

## 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)
- [URLUbiquitousItemDownloadingStatus](foundation/urlubiquitousitemdownloadingstatus.md)
- [ubiquitousItemIsExcludedFromSyncKey](foundation/urlresourcekey/ubiquitousitemisexcludedfromsynckey.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)
