init(rawValue : String)
Creates a download status instance from the provided constant string.
ダウンロードステータスインスタンスをその提供された定数文字列から作成します。
Availability 有効性
Technology
struct URLUbiquitousItemDownloadingStatus, @unchecked Sendable
These constants are possible values for the ubiquitous
key.
これら定数は、ubiquitous
キーに対する可能な値です。
init(rawValue : String)
static let current: URLUbiquitousItemDownloadingStatus
static let downloaded: URLUbiquitousItemDownloadingStatus
static let notDownloaded : URLUbiquitousItemDownloadingStatus
startDownloadingUbiquitousItem(at:)
to download it.
この項目は、まだダウンロードされていません。startDownloadingUbiquitousItem(at:)
を使ってそれをダウンロードしてください。
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
で記述されます。
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