var url: URL
The URL identifying the location of the file associated with the file version object.
ファイルバージョンオブジェクトと結びつけられるファイルの場所を識別するURL。
var localizedNameOfSavingComputer : String?
The user-presentable name of the computer on which the revision was saved.
そこにおいて改訂版が保存されたところのコンピュータのユーザに提示可能な名前。
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.
あるブール値、それはシステムが結びつけられたファイルをいつか将来の時間に削除可能かどうかを指定します。