init(rawValue : String)
Creates a shared item role instance from the provided constant string.
共有項目ロールインスタンスをその提供された定数文字列から作成します。
No overview available. 概要は利用可能でありません。
Availability 有効性
Technology
struct URLUbiquitousSharedItemRole, @unchecked Sendable
init(rawValue : String)
static let isUbiquitousItemKey : URLResourceKey
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
startDownloadingUbiquitousItem(at:)
has already been made to download the item. The value of this key is read-only.
startDownloadingUbiquitousItem(at:)
への呼び出しが既に作成されて項目をダウンロードするようにされるかどうかを指し示すブール値。このキーの値は読み出し専用です。
static let ubiquitousItemIsDownloadingKey : URLResourceKey
NSNumber
that contains true
if this item is being downloaded from iCloud, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目がiCloudからダウンロードされているところならば、false
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemDownloadingErrorKey : URLResourceKey
Foundation Constants
for possible error codes.
なぜiCloudからの項目のダウンロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。
static let ubiquitousItemDownloadingStatusKey : URLResourceKey
URLUbiquitousItemDownloadingStatus
.
その項目に対する現在のダウンロード状態、それはローカルコピーが存在するかどうかそしてそのコピーがその項目の最新のバージョンかどうかを指し示しています。このキーに対する可能な値は、URLUbiquitousItemDownloadingStatus
で記述されます。
struct URLUbiquitousItemDownloadingStatus
static let ubiquitousItemIsUploadedKey : URLResourceKey
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
NSNumber
that contains true
if this item is being uploaded to iCloud, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目がiCloudからアップロードされているところならば、false
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemUploadingErrorKey : URLResourceKey
Foundation Constants
for possible error codes.
なぜiCloudへの項目のアップロードが失敗したかを指し示すエラーオブジェクト。Foundation定数
を可能なエラーコードとして見てください。
static let ubiquitousItemHasUnresolvedConflictsKey : URLResourceKey
NSNumber
that contains true
if this item has conflicts outstanding, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目が未解決の衝突をするならば、false
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemContainerDisplayNameKey : URLResourceKey