Instance Property インスタンスプロパティ

volumeSupportsSparseFiles

true if the volume format supports sparse files, that is, files which can have ‘holes’ that have never been written to, and thus do not consume space on disk. A sparse file may have an allocated size on disk that is less than its logical length. ボリューム形式がスパースファイル、すなわち、一度もそれへと書き込まれたことまない ‘穴’ を持つことができる、そしてそれゆえディスク上の空間を浪費しないファイル、をサポートするならば、true。スパースファイルは、それの論理的長さより少ないある割り当てサイズをディスク上でもつかもしれません。

Declaration 宣言

var volumeSupportsSparseFiles: Bool? { get }

See Also 参照

Volume Support Values ボリュームサポート値