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

discardable

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

Declaration 宣言

@property(getter=isDiscardable) BOOL discardable;

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

See Also 参照

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

Related Documentation 関連文書