Overview 概要
To request information using one of these keys, pass it to the for
parameter of the get
instance method.
これらキーの1つを使って情報をリクエストするには、それをget
インスタンスメソッドのfor
パラメータに渡してください。
Availability 有効性
Technology
struct URLResourceKey, @unchecked Sendable
To request information using one of these keys, pass it to the for
parameter of the get
instance method.
これらキーの1つを使って情報をリクエストするには、それをget
インスタンスメソッドのfor
パラメータに渡してください。
static let isDirectoryKey : URLResourceKey
NSNumber
object (read-only).
リソースがディレクトリであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let parentDirectoryURLKey : URLResourceKey
NSURL
object, or nil
if the resource is the root directory of its volume (read-only).
リソースの親ディレクトリ、NSURL
オブジェクトとして返されます、またはnil
、もしリソースがそのボリュームのルートディレクトリであるならば(読み出し専用)。
static let fileAllocatedSizeKey : URLResourceKey
NSNumber
object (read-only).
ファイルに対してディスク上で割り当てられる合計サイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
struct URLFileProtection
static let fileResourceIdentifierKey : URLResourceKey
id
(read-only).
リソースのもつ固有の識別子、id
として返されます(読み出し専用)。
static let fileResourceTypeKey : URLResourceKey
NSString
object (read-only). See URLFileResourceType
for possible values.
リソースのもつオブジェクト型、NSString
として返されます(読み出し専用)。URLFileResourceType
を可能な値として見てください。
struct URLFileResourceType
fileResourceTypeKey
key.
fileResourceTypeKey
キーに対する可能な値。
static let fileSecurityKey : URLResourceKey
NSFileSecurity
object (read-write).
リソースのもつセキュリティ情報、NSFileSecurity
オブジェクトとして返されます(読み書き)。
static let fileSizeKey : URLResourceKey
NSNumber
object (read-only).
ファイルのもつバイト数での大きさに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
static let isAliasFileKey : URLResourceKey
NSNumber
object (read-only).
ファイルがエイリアスであるかどうか判定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let isPackageKey : URLResourceKey
NSNumber
object (read-write in macOS 10.8 and later, read-only in previous versions). A true
value means that the resource is a file package.
リソースがファイルパッケージであるかどうか判定するためのキー、ブールのNSNumber
オブジェクトとして返されます(macOS 10.8以降では読み書き、前の版では読み出し専用)。true
は、リソースがファイルパッケージであることを意味します。
static let isRegularFileKey : URLResourceKey
NSNumber
object (read-only).
リソースが、ディレクトリまたはシンボリックリンクではなく、一般ファイルであるかどうか判定するためのキー。ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let preferredIOBlockSizeKey : URLResourceKey
NSNumber
object, or nil
if the preferred size is not available (read-only).
このファイルのもつデータを読み出しまたは書き出しする時に使うのに最善のブロックサイズ、NSNumber
オブジェクトとして返されます、またはnil
、もし好ましいサイズが利用可能でないならば(読み出し専用)。
static let totalFileAllocatedSizeKey : URLResourceKey
NSNumber
object (read-only). This includes the size of any file metadata.
バイト数でのファイルの合計割り当てサイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。これは、あらゆるファイルメタデータを含みます。
static let totalFileSizeKey : URLResourceKey
NSNumber
object (read-only). This includes the size of any file metadata.
バイト数でのファイルの表示に適した合計サイズに対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。これは、あらゆるファイルメタデータを含みます。
static let volumeAvailableCapacityKey : URLResourceKey
static let volumeAvailableCapacityForImportantUsageKey : URLResourceKey
static let volumeAvailableCapacityForOpportunisticUsageKey : URLResourceKey
static let volumeTotalCapacityKey : URLResourceKey
static let volumeIsAutomountedKey : URLResourceKey
NSNumber
object (read-only).
ボリュームが自動マウントされるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsBrowsableKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがGUI基盤のファイルブラウジング環境、たとえばDesktopまたはFinderアプリケーションなどにおいて見ることができるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsEjectableKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがドライブ機構からソフトウェア制御の下で取り出し可能であるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsEncryptedKey : URLResourceKey
NSNumber
containing a Boolean value (read-only).
ボリュームが暗号化されるかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeIsInternalKey : URLResourceKey
NSNumber
object, or nil
if it cannot be determined (read-only).
ボリュームが内部バスに接続されるかどうかを決定するためのキー、ブールのNSNumber
オブジェクトとして返されます、またはnil
、もしそれが決定されることができないならば(読み出し専用)。
static let volumeIsJournalingKey : URLResourceKey
NSNumber
object (read-only).
ボリュームが現在はジャーナリングであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsLocalKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがローカルデバイス上に格納されるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsReadOnlyKey : URLResourceKey
NSNumber
object (read-only).
ボリュームが読み出し専用であるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsRemovableKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがドライブ機構から取り外し可能であるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeIsRootFileSystemKey : URLResourceKey
NSNumber
containing a Boolean value (read-only).
ボリュームがルートファイルシステムかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let isMountTriggerKey : URLResourceKey
NSNumber
object (read-only). Traversing or opening a file system trigger directory causes an attempt to mount a file system on the directory.
URLがファイルシステムトリガーディレクトリであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。ファイルシステムトリガーディレクトリを辿っていくまたは開くことは、ファイルシステムをディレクトリ上でマウントする試みを引き起こします。
static let isVolumeKey : URLResourceKey
NSNumber
object (read-only).
リソースがボリュームのルートディレクトリであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeCreationDateKey : URLResourceKey
NSDate
object, or NULL
if it cannot be determined (read-only).
ボリュームのもつ作成日に対するキー、NSDate
オブジェクトとして返されます、またはNULL
、もしそれが決定されることができないならば(読み出し専用)。
static let volumeIdentifierKey : URLResourceKey
id
(read-only).
リソースのもつボリュームの固有の識別子、id
として返されます(読み出し専用)。
static let volumeLocalizedFormatDescriptionKey : URLResourceKey
NSString
object (read-only).
ボリュームのもつ記述的なフォーマット名に対するキー、NSString
オブジェクトとして返されます(読み出し専用)。
static let volumeLocalizedNameKey : URLResourceKey
NSString
object (read-only).
ボリュームの名前、それがユーザインターフェイスで表示されるべき通りに、NSString
オブジェクトとして返されます(読み出し専用)。
static let volumeMaximumFileSizeKey : URLResourceKey
NSNumber
object, or nil
if it cannot be determined (read-only).
バイト数でボリュームによってサポートされる最も大きいファイルサイズに対するキー、ブールのNSNumber
オブジェクトとして返されます、またはnil
、もしそれが決定されることができないならば(読み出し専用)。
static let volumeNameKey : URLResourceKey
NSString
object (read-write). Settable only if NSURLVolumeSupportsRenamingKey
is true
.
ボリュームの名前、NSString
オブジェクトとして返されます(読み書き)。NSURLVolumeSupportsRenamingKey
がtrue
である場合にのみ設定可能です。
static let volumeResourceCountKey : URLResourceKey
NSNumber
object (read-only).
ボリューム上のリソースの総数に対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsAdvisoryFileLockingKey : URLResourceKey
O_EXLOCK
and O_SHLOCK
flags of the open function, returned as a Boolean NSNumber
object (read-only).
ボリュームがflockのスタイルで、open関数のO_EXLOCK
とO_SHLOCK
フラグと一緒に、全ファイル助言ロックを実装するかどうかを決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsCasePreservedNamesKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがケース保護される名前をサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsCaseSensitiveNamesKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがケース考慮する名前をサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsCompressionKey : URLResourceKey
decmpfs
, returned as NSNumber
containing a Boolean value (read-only).
ボリュームがdecmpfs
を使って圧縮ファイルの透過的な(意識する必要のない)解凍をサポートするかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeSupportsExclusiveRenamingKey : URLResourceKey
renamex_np(2)
with the RENAME_EXCL
option, returned as NSNumber
containing a Boolean value (read-only).
ボリュームがrenamex_np(2)
をRENAME_EXCL
オプションとともに使って排他的な改名をサポートするかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeSupportsExtendedSecurityKey : URLResourceKey
NSNumber
object (read-only).
ボリュームが拡張された安全性(アクセス制御リスト)をサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsFileCloningKey : URLResourceKey
clonefile(2)
, returned as NSNumber
containing a Boolean value (read-only).
ボリュームがclonefile(2)
を使うクローンをサポートするかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeSupportsHardLinksKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがハードリンクをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsJournalingKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがジャーナリングをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsPersistentIDsKey : URLResourceKey
NSNumber
object (read-only).
ボリュームが永続的IDをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsRenamingKey : URLResourceKey
NSNumber
object (read-only).
ボリュームが改名可能かどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsRootDirectoryDatesKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがルートディレクトリに対して時間に関して信頼できるストレージをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsSparseFilesKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがスパースファイルをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsSwapRenamingKey : URLResourceKey
renamex_np(2)
with the RENAME_SWAP
option, returned as NSNumber
containing a Boolean value (read-only).
ボリュームがrenamex_np(2)
をRENAME_SWAP
オプションとともに使って改名をサポートするかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeSupportsSymbolicLinksKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがシンボリックリンクをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsVolumeSizesKey : URLResourceKey
NSNumber
object (read-only). If true
, volume size information is available as values of the volumeTotalCapacityKey
andvolumeAvailableCapacityKey
keys.
ボリュームがボリュームサイズ情報を返すことをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。true
ならば、ボリュームサイズ情報はvolumeTotalCapacityKey
andvolumeAvailableCapacityKey
キーの値として利用可能です。
static let volumeSupportsZeroRunsKey : URLResourceKey
NSNumber
object (read-only).
ボリュームがゼロランをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeURLForRemountingKey : URLResourceKey
NSURL
object, or nil
if a URL is not available (read-only).
ネットワークボリュームを再マウントするのに必要とされるURLに対するキー、NSURL
オブジェクトとして返されます、またはnil
、もしURLが利用可能でないならば(読み出し専用)。
static let volumeURLKey : URLResourceKey
NSURL
object (read-only).
リソースのもつボリュームのルートディレクトリ、NSURL
オブジェクトとして返されます(読み出し専用)。
static let volumeUUIDStringKey : URLResourceKey
NSString
object, or nil
if a persistent UUID is not available (read-only).
ボリュームのもつ永続的UUIDに対するキー、NSString
オブジェクトとして返されます、またはnil
、もし永続的UUIDが利用可能でないならば(読み出し専用)。
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
static let thumbnailKey : URLResourceKey
static let thumbnailDictionaryKey : URLResourceKey
URLThumbnailDictionaryItem
for a list of possible keys.
サイズによってキー指定されるNSImage/UIImageオブジェクトの辞書(読み書き)。URLThumbnailDictionaryItem
を可能なキーの一覧として見てください。
struct URLThumbnailDictionaryItem
thumbnailDictionaryKey
dictionary.
thumbnailDictionaryKey
辞書に対する可能なキー。
static let keysOfUnsetValuesKey : URLResourceKey
setResourceValues(_:)
method returns an error, returned as an array of NSString
objects.
setResourceValues(_:)
メソッドがエラーを返した後にまだ設定され終わっていないリソースプロパティそれらに対するキー、NSString
オブジェクトそれらからなるある配列として返されます。
static let addedToDirectoryDateKey : URLResourceKey
NSDate
. Inconsistent behavior may be observed when this attribute is requested on hard-linked items. This property is not supported by all volumes. (read-only)
それでリソースが作成されたまたは改名されたまたはそれの親ディレクトリ内に入った時間、あるNSDate
として返されます。矛盾する挙動は、この属性がハードリンクされた項目上で要請される時に監視されるかもしれません。このプロパティは、全てのボリュームによってサポートされません。(読み出しのみ)
static let attributeModificationDateKey : URLResourceKey
NSDate
object if the volume supports attribute modification dates, or nil
if attribute modification dates are unsupported (read-only).
それでリソースの属性が最も新しく修正されたところの時間、NSDate
オブジェクトとして返されます、そのボリュームが修正日属性をサポートするならば、またはnil
を修正日属性がサポートされないならば(読み出し専用)。
static let contentAccessDateKey : URLResourceKey
static let contentModificationDateKey : URLResourceKey
static let creationDateKey : URLResourceKey
static let customIconKey : URLResourceKey
NSImage
object, or nil
if the resource has no custom icon.
このリソースで格納されるアイコン、NSImage
オブジェクトとして返されます、またはnil
をリソースがあつらえのアイコンを持たないならば。
static let documentIdentifierKey : URLResourceKey
NSNumber
(read-only).
書類識別子、NSNumber
として返されます(読み出し専用)。
static let effectiveIconKey : URLResourceKey
NSImage
object (read-only).
リソースのもつ通常アイコン、NSImage
オブジェクトとして返されます(読み出し専用)。
static let generationIdentifierKey : URLResourceKey
id <NSCopying, NSCoding, NSObject>
(read-only)
不透明生成識別子、id <NSCopying, NSCoding, NSObject>
として返されます(読み出し専用)。
static let hasHiddenExtensionKey : URLResourceKey
NSNumber
object (read-write).
リソースのもつ拡張子が通常はそれのローカライズされた名前から取り除かれるかどうかを決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み書き)。
static let isExcludedFromBackupKey : URLResourceKey
static let isExecutableKey : URLResourceKey
NSNumber
object (read-only).
現在のプロセス(EUIDによって決定される)がリソース(それがファイルならば)を遂行またはリソースを検索できるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let isHiddenKey : URLResourceKey
NSNumber
object (read-write).
リソースが通常はユーザに表示されないかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み書き)。
static let isReadableKey : URLResourceKey
NSNumber
object (read-only).
現在のプロセス(EUIDによって決定される)がリソースを読み出しできるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let isSymbolicLinkKey : URLResourceKey
NSNumber
object (read-only).
リソースがシンボリックリンクであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let isSystemImmutableKey : URLResourceKey
NSNumber
object (read-write).
リソースのもつシステム不変ビットが設定されるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み書き)。
static let isUserImmutableKey : URLResourceKey
NSNumber
object (read-write).
リソースのもつユーザ不変ビットが設定されるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み書き)。
static let isWritableKey : URLResourceKey
NSNumber
object (read-only).
現在のプロセス(EUIDによって決定される)がリソースへと書き出しできるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let labelColorKey : URLResourceKey
NSColor
object, or nil
if the resource has no label color (read-only).
リソースのもつラベルカラー、NSColor
オブジェクトとして返されます、またはnil
、もしリソースがラベルカラーを持たないならば(読み出し専用)。
static let labelNumberKey : URLResourceKey
NSNumber
object (read-write).
リソースのもつラベル番号、NSNumber
オブジェクトとして返されます(読み書き)。
static let linkCountKey : URLResourceKey
NSNumber
object (read-only).
リソースへのハードリンクの数、NSNumber
オブジェクトとして返されます(読み出し専用)。
static let localizedLabelKey : URLResourceKey
NSString
object, or nil
if the resource has no localized label text (read-only).
リソースのもつローカライズされたラベルテキスト、NSString
オブジェクトとして返されます、またはnil
、もしリソースがローカライズされたラベルテキストを持たないならば(読み出し専用)。
static let localizedNameKey : URLResourceKey
NSString
object (read-only).
リソースのもつローカライズされたまたは拡張子を隠された名前、NSString
として返されます(読み出し専用)。
static let localizedTypeDescriptionKey : URLResourceKey
NSString
object (read-only).
リソースのもつローカライズされた型記述、NSString
として返されます(読み出し専用)。
static let nameKey : URLResourceKey
NSString
object (read-write).
ファイルシステムの中での、リソースのもつ名前、NSString
オブジェクトとして返されます(読み書き)。
static let pathKey : URLResourceKey
NSString
object (read-only).
URLに対するファイルシステムパス、NSString
オブジェクトとして返されます(読み出し専用)。
static let tagNamesKey : URLResourceKey
NSString
values (read-write).
リソースに添付されたタグの名前、NSString
値それらからなるある配列として返されます(読み書き)。
static let typeIdentifierKey : URLResourceKey
NSString
object (read-only).
リソースのもつユニホーム型識別子(UTI)、NSString
として返されます(読み出し専用)。
static let contentTypeKey : URLResourceKey
static let ubiquitousItemIsDownloadedKey : URLResourceKey
NSNumber
that contains true
if this item’s data has been downloaded to a ubiquity container, false
otherwise (read-only).
あるブールのNSNumber
、それはtrue
をこの項目のもつデータがある偏在コンテナにダウンロードされてしまっているならば、false
をそうでなければ含みます(読み出し専用)。
static let ubiquitousItemPercentDownloadedKey : URLResourceKey
NSNumber
in the range 0–100
that indicates the percentage of the data that has been downloaded (read-only).
あるNSNumber
、範囲0–100
の中の、それはダウンロードされたデータのパーセンテージを指し示します(読み出し専用)
static let ubiquitousItemPercentUploadedKey : URLResourceKey
NSNumber
in the range 0–100
that indicates the percentage of the data that has been uploaded (read-only).
あるNSNumber
、範囲0–100
の中の、それはアップロードされたデータのパーセンテージを指し示します(読み出し専用)
func resourceValues (forKeys : Set<URLResourceKey>) -> URLResourceValues
func setResourceValues (URLResourceValues)
func removeCachedResourceValue (forKey : URLResourceKey)
func removeAllCachedResourceValues ()
func setTemporaryResourceValue (Any, forKey : URLResourceKey)
struct URLResourceValues