Type Property 型プロパティ

isExcludedFromBackupKey

A key for indicating whether the system excludes the resource from all backups of app data. システムがリソースをアプリデータの全てのバッアップから排除するかどうかを指し示しているキー。

Declaration 宣言

static let isExcludedFromBackupKey: URLResourceKey

Discussion 議論

The value of this key is a read-write Boolean NSNumber object. このキーの値は、ある読み書きのブールNSNumberオブジェクトです。

Use this property to exclude cache and other app support files that aren’t necessary in a backup. Set this property each time you save a file because some common file operations cause this property to reset to false. このプロパティを使って、あるバックアップの中に必要でないキャッシュおよび他のアプリサポートファイルを除外してください。このプロパティを、あなたがファイルを保存するたびごとに設定してください、なぜならいくつかの一般的ファイル操作はこのプロパティをfalseに再設定することを引き起こすからです。

See Also 参照

Other Resource Keys 他のリソースキー