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
含みます(読み出し専用)。
NSURLUbiquitousItemDownloadRequestedKey
A Boolean indicating whether a call to
startDownloadingUbiquitousItemAtURL:error:
has already been made to download the item. The value of this key is read-only.
startDownloadingUbiquitousItemAtURL:error:
への呼び出しが既に作成されて項目をダウンロードするようにされるかどうかを指し示すブール値。このキーの値は読み出し専用です。
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定数
を可能なエラーコードとして見てください。
NSURLUbiquitousItemDownloadingStatusKey
The current download state for the item, indicating whether a local copy exists and whether that copy is the most current version of the item. The possible values for this key are described in
NSURLUbiquitousItemDownloadingStatus
.
その項目に対する現在のダウンロード状態、それはローカルコピーが存在するかどうかそしてそのコピーがその項目の最新のバージョンかどうかを指し示しています。このキーに対する可能な値は、NSURLUbiquitousItemDownloadingStatus
で記述されます。
NSURLUbiquitousItemDownloadingStatus
Values that describe the iCloud storage state of a file.
あるファイルのiCloudストレージ状態を記述する値それら。
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
をそうでなければ含みます(読み出し専用)。
NSURLUbiquitousItemUploadingErrorKey
An error object that indicates why uploading the item to iCloud failed. See
Foundation Constants
for possible error codes.
なぜiCloudへの項目のアップロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。
NSURLUbiquitousItemHasUnresolvedConflictsKey
A boolean
NSNumber
that contains true
if this item has conflicts outstanding, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目が未解決の衝突をするならば、false
をそうでなければ含みます(読み出し専用)。
NSURLUbiquitousItemContainerDisplayNameKey
A string containing the name of the item’s container, as it is displayed to the user.
項目のもつコンテナの名前を含んでいる文字列、それがユーザに表示されるとおりに。