These metadata attributes provide information on iCloud files. The attributes allow you to determine if a file is in the cloud, whether the file is uploading or downloading to or from iCloud, and the percentage of the action in progress.
General iCloud Attributes
These attributes provide general information on the status of iCloud files.
NSMetadataItemIsUbiquitousKey
The value is an NSNumber object that contains a Boolean indicating whether the item is stored in the cloud.
Value Type:
NSNumber
Framework:
/System/Library/Frameworks/Foundation.framework
Header:
NSMetadata.h
Availability:
Available in OS X v10.7 and later.Available in iOS 5.0 and later.
NSMetadataUbiquitousItemHasUnresolvedConflictsKey
The value is an NSNumber object that contains a Boolean indicating whether the item is currently in conflict with another version of the file somewhere else.
Value Type:
NSNumber
Framework:
/System/Library/Frameworks/Foundation.framework
Header:
NSMetadata.h
Availability:
Available in OS X v10.7 and later.Available in iOS 5.0 and later.
NSMetadataUbiquitousItemIsDownloadedKey
The value is an NSNumber object that contains a Boolean indicating whether the current version of the item has been downloaded and is available locally.