var isUbiquitousItem : Bool?
true if this item is synced to the cloud, false if it is only a local file.
この項目がクラウドと同期されるならばtrue、それがローカルファイルのみならばfalse。
var ubiquitousItemContainerDisplayName : String?
returns the name of this item’s container as displayed to users.
この項目のもつコンテナの名前をユーザに表示されるとおりに返します。
var ubiquitousItemDownloadRequested : Bool?
returns whether a download of this item has already been requested with an API like
startDownloadingUbiquitousItem(at:) throws
.
この項目のダウンロードが既にstartDownloadingUbiquitousItem(at:) throws
のようなAPIでリクエストされたかどうかを返します。
var ubiquitousItemDownloadingError : NSError?
returns the error when downloading the item from iCloud failed, see the NSUbiquitousFile section in FoundationErrors.h
iCloudからの項目のダウンロードが失敗したならばエラーを返します、NSUbiquitousFileの節をFoundationErrors.hにおいて見てください。
var ubiquitousItemDownloadingStatus : URLUbiquitousItemDownloadingStatus?
returns the download status of this item.
この項目のダウンロート状態を返します。
var ubiquitousItemHasUnresolvedConflicts : Bool?
true if this item has conflicts outstanding.
この項目が未解決の衝突を持つならば、true。
var ubiquitousItemIsDownloading : Bool?
true if data is being downloaded for this item.
データがこの項目に対してダウンロードされているところならば、true。
var ubiquitousItemIsUploaded : Bool?
true if there is data present in the cloud for this item.
この項目に対してクラウドに存在するデータがあるならば、true。
var ubiquitousItemIsUploading : Bool?
true if data is being uploaded for this item.
データがこの項目に対してアップロードされているところならば、true。