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

isDiscardable

A Boolean value that specifies whether the system can delete the associated file at some future time. あるブール値、それはシステムが結びつけられたファイルをいつか将来の時間に削除可能かどうかを指定します。

Declaration 宣言

var isDiscardable: Bool { get set }

Discussion 議論

Marking a file version as discardable gives the system the flexibility to reclaim the space, occupied by the associated file, at some future time. Do not, however, depend on the file being discarded. あるファイルバージョンを廃棄可能と印することは、システムに、その関連するファイルによってふさがっていた空間を再利用する柔軟性を与えます、いつか将来の時に。とはいえ、廃棄されるファイルに依存しないでください。

After setting this property to true, do not set this property to false again. Doing so causes the system to raise an exception. In addition, if you set this property to true for the version of the file returned by the currentVersionOfItem(at:) method, the system raises an exception. このプロパティをtrueに設定した後、このプロパティを再びfalseに設定しないてください。そうすることは、システムが例外を引き起こす原因となります。加えて、あなたがこのプロパティをtrueに設定することをcurrentVersionOfItem(at:)メソッドによって返されるファイルのバージョンに対して行うならば、システムは例外を引き起こします。

See Also 参照

Accessing the Version Information バージョン情報にアクセスする

Related Documentation 関連文書