static let isMountTriggerKey : URLResourceKey
Key for determining whether the URL is a file system trigger directory, returned as a Boolean
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
Key for determining whether the resource is the root directory of a volume, returned as a Boolean
NSNumber
object (read-only).
リソースがボリュームのルートディレクトリであるかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeCreationDateKey : URLResourceKey
Key for the volume’s creation date, returned as an
NSDate
object, or NULL
if it cannot be determined (read-only).
ボリュームのもつ作成日に対するキー、NSDate
オブジェクトとして返されます、またはNULL
、もしそれが決定されることができないならば(読み出し専用)。
static let volumeIdentifierKey : URLResourceKey
The unique identifier of the resource’s volume, returned as an
id
(read-only).
リソースのもつボリュームの固有の識別子、id
として返されます(読み出し専用)。
static let volumeLocalizedFormatDescriptionKey : URLResourceKey
Key for the volume’s descriptive format name, returned as an
NSString
object (read-only).
ボリュームのもつ記述的なフォーマット名に対するキー、NSString
オブジェクトとして返されます(読み出し専用)。
static let volumeLocalizedNameKey : URLResourceKey
The name of the volume as it should be displayed in the user interface, returned as an
NSString
object (read-only).
ボリュームの名前、それがユーザインターフェイスで表示されるべき通りに、NSString
オブジェクトとして返されます(読み出し専用)。
static let volumeMaximumFileSizeKey : URLResourceKey
Key for the largest file size supported by the volume in bytes, returned as a Boolean
NSNumber
object, or nil
if it cannot be determined (read-only).
バイト数でボリュームによってサポートされる最も大きいファイルサイズに対するキー、ブールのNSNumber
オブジェクトとして返されます、またはnil
、もしそれが決定されることができないならば(読み出し専用)。
static let volumeNameKey : URLResourceKey
The name of the volume, returned as an
NSString
object (read-write). Settable only if NSURLVolumeSupportsRenamingKey
is true
.
ボリュームの名前、NSString
オブジェクトとして返されます(読み書き)。NSURLVolumeSupportsRenamingKey
がtrue
である場合にのみ設定可能です。
static let volumeResourceCountKey : URLResourceKey
Key for the total number of resources on the volume, returned as an
NSNumber
object (read-only).
ボリューム上のリソースの総数に対するキー、NSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsAdvisoryFileLockingKey : URLResourceKey
Key for determining whether the volume implements whole-file advisory locks in the style of flock, along with the
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
Key for determining whether the volume supports case-preserved names, returned as a Boolean
NSNumber
object (read-only).
ボリュームがケース保護される名前をサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsCaseSensitiveNamesKey : URLResourceKey
Key for determining whether the volume supports case-sensitive names, returned as a Boolean
NSNumber
object (read-only).
ボリュームがケース考慮する名前をサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsCompressionKey : URLResourceKey
Whether the volume supports transparent decompression of compressed files using
decmpfs
, returned as NSNumber
containing a Boolean value (read-only).
ボリュームがdecmpfs
を使って圧縮ファイルの透過的な(意識する必要のない)解凍をサポートするかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeSupportsExclusiveRenamingKey : URLResourceKey
Whether the volume supports exclusive renaming using
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 volumeSupportsFileCloningKey : URLResourceKey
Whether the volume supports cloning using
clonefile(2)
, returned as NSNumber
containing a Boolean value (read-only).
ボリュームがclonefile(2)
を使うクローンをサポートするかどうか、ブール値を含んでいるNSNumber
として返されます(読み出し専用)。
static let volumeSupportsHardLinksKey : URLResourceKey
Key for determining whether the volume supports hard links, returned as a Boolean
NSNumber
object (read-only).
ボリュームがハードリンクをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsJournalingKey : URLResourceKey
Key for determining whether the volume supports journaling, returned as a Boolean
NSNumber
object (read-only).
ボリュームがジャーナリングをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsPersistentIDsKey : URLResourceKey
Key for determining whether the volume supports persistent IDs, returned as a Boolean
NSNumber
object (read-only).
ボリュームが永続的IDをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsRenamingKey : URLResourceKey
Key for determining whether the volume can be renamed, returned as a Boolean
NSNumber
object (read-only).
ボリュームが改名可能かどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsRootDirectoryDatesKey : URLResourceKey
Key for determining whether the volume supports reliable storage of times for the root directory, returned as a Boolean
NSNumber
object (read-only).
ボリュームがルートディレクトリに対して時間に関して信頼できるストレージをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsSparseFilesKey : URLResourceKey
Key for determining whether the volume supports sparse files, returned as a Boolean
NSNumber
object (read-only).
ボリュームがスパースファイルをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsSwapRenamingKey : URLResourceKey
Whether the volume supports renaming using
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
Key for determining whether the volume supports symbolic links, returned as a Boolean
NSNumber
object (read-only).
ボリュームがシンボリックリンクをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeSupportsVolumeSizesKey : URLResourceKey
Key for determining whether the volume supports returning volume size information, returned as a Boolean
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
Key for determining whether the volume supports zero runs, returned as a Boolean
NSNumber
object (read-only).
ボリュームがゼロランをサポートするかどうか決定するためのキー、ブールのNSNumber
オブジェクトとして返されます(読み出し専用)。
static let volumeURLForRemountingKey : URLResourceKey
Key for the URL needed to remount the network volume, returned as an
NSURL
object, or nil
if a URL is not available (read-only).
ネットワークボリュームを再マウントするのに必要とされるURLに対するキー、NSURL
オブジェクトとして返されます、またはnil
、もしURLが利用可能でないならば(読み出し専用)。
static let volumeURLKey : URLResourceKey
The root directory of the resource’s volume, returned as an
NSURL
object (read-only).
リソースのもつボリュームのルートディレクトリ、NSURL
オブジェクトとして返されます(読み出し専用)。
static let volumeUUIDStringKey : URLResourceKey
Key for the volume’s persistent UUID, returned as an
NSString
object, or nil
if a persistent UUID is not available (read-only).
ボリュームのもつ永続的UUIDに対するキー、NSString
オブジェクトとして返されます、またはnil
、もし永続的UUIDが利用可能でないならば(読み出し専用)。