static let isUbiquitousItemKey : URLResourceKey
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
含みます(読み出し専用)。
static let ubiquitousItemDownloadRequestedKey : URLResourceKey
A Boolean indicating whether a call to
startDownloadingUbiquitousItem(at:)
has already been made to download the item. The value of this key is read-only.
startDownloadingUbiquitousItem(at:)
への呼び出しが既に作成されて項目をダウンロードするようにされるかどうかを指し示すブール値。このキーの値は読み出し専用です。
static let ubiquitousItemIsDownloadingKey : URLResourceKey
A boolean
NSNumber
that contains true
if this item is being downloaded from iCloud, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目がiCloudからダウンロードされているところならば、false
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemDownloadingErrorKey : URLResourceKey
An error object that indicates why downloading the item from iCloud failed. See
Foundation Constants
for possible error codes.
なぜiCloudからの項目のダウンロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。
static let ubiquitousItemDownloadingStatusKey : URLResourceKey
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
URLUbiquitousItemDownloadingStatus
.
その項目に対する現在のダウンロード状態、それはローカルコピーが存在するかどうかそしてそのコピーがその項目の最新のバージョンかどうかを指し示しています。このキーに対する可能な値は、URLUbiquitousItemDownloadingStatus
で記述されます。
struct URLUbiquitousItemDownloadingStatus
Values that describe the iCloud storage state of a file.
あるファイルのiCloudストレージ状態を記述する値それら。
static let ubiquitousItemIsUploadedKey : URLResourceKey
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
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemIsUploadingKey : URLResourceKey
A boolean
NSNumber
that contains true
if this item is being uploaded to iCloud, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目がiCloudからアップロードされているところならば、false
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemUploadingErrorKey : URLResourceKey
An error object that indicates why uploading the item to iCloud failed. See
Foundation Constants
for possible error codes.
なぜiCloudへの項目のアップロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。
static let ubiquitousItemHasUnresolvedConflictsKey : URLResourceKey
A boolean
NSNumber
that contains true
if this item has conflicts outstanding, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目が未解決の衝突をするならば、false
をそうでなければ含みます(読み出し専用)。