var url: URL
The URL identifying the location of the file associated with the file version object.
ファイルバージョンオブジェクトと結びつけられるファイルの場所を識別するURL。
var localizedName : String?
The string containing the user-presentable name of the file version.
そのファイルバージョンのユーザに提示可能な名前を含んでいる文字列。
var modificationDate : Date?
The modification date of the version.
そのバージョンの修正日。
var persistentIdentifier : NSCoding
The identifier for this version of the file.
ファイルのこのバージョンに対する識別子。
var isDiscardable : Bool
A Boolean value that specifies whether the system can delete the associated file at some future time.
あるブール値、それはシステムが結びつけられたファイルをいつか将来の時間に削除可能かどうかを指定します。