Type Alias
NSURLUbiquitousItemDownloadingStatus
Values that describe the iCloud storage state of a file.
あるファイルのiCloudストレージ状態を記述する値それら。
Declaration
宣言
typedef NSString
*NSURLUbiquitousItemDownloadingStatus;
Discussion
議論
These constants are possible values for the NSURLUbiquitousItemDownloadingStatusKey
key.
これら定数は、NSURLUbiquitousItemDownloadingStatusKey
キーに対する可能な値です。
Topics
話題
Constants
定数
NSURLUbiquitousItemDownloadingStatusDownloaded
A local copy of this item exists, but it is stale. The most recent version will be downloaded as soon as possible.
この項目のローカルコピーは、存在します、しかしそれは新鮮ではありません。最も新しいバージョンは、可能な限りすぐにダウンロードされるでしょう。
See Also
参照
Ubiquitous Keys
ユビキタスキー
NSURLIsUbiquitousItemKey
A boolean NSNumber
that contains true
if this item is in iCloud storage, false
if it is a local item (read-only).
あるブールのNSNumber
、それはこの項目がiCloudストレージの中ならばtrue
を、それがローカルな項目であるならばfalse
含みます(読み出し専用)。
NSURLUbiquitousItemIsDownloadingKey
A boolean NSNumber
that contains true
if this item is being downloaded from iCloud, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目がiCloudからダウンロードされているところならば、false
をそうでなければ含みます(読み出し専用)。
NSURLUbiquitousItemDownloadingErrorKey
An error object that indicates why downloading the item from iCloud failed. See Foundation Constants
for possible error codes.
なぜiCloudからの項目のダウンロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。
NSURLUbiquitousItemIsUploadedKey
A boolean NSNumber
that contains true
if this item’s data has been uploaded to iCloud storage, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目のもつデータがiCloudストレージにアップロードされてしまっているならば、false
をそうでなければ含みます(読み出し専用)。
NSURLUbiquitousItemIsUploadingKey
A boolean NSNumber
that contains true
if this item is being uploaded to iCloud, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目がiCloudからアップロードされているところならば、false
をそうでなければ含みます(読み出し専用)。
NSURLUbiquitousItemUploadingErrorKey
An error object that indicates why uploading the item to iCloud failed. See Foundation Constants
for possible error codes.
なぜiCloudへの項目のアップロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。