Enumeration Case 列挙ケース

NSFileCoordinatorWritingContentIndependentMetadataOnly

Select this option when writing to change the file’s metadata only and not its contents. ファイルの持つメタデータだけを変更してそれの内容はそうしない書き込みをする場合にこのオプションを選択してください。

Declaration 宣言

NSFileCoordinatorWritingContentIndependentMetadataOnly = 1 << 4

Discussion 議論

Any changes written to the item’s contents during this coordinated write may not be preserved or may fail. Changing metadata that is related to the item’s content is also not supported, and those changes may not be preserved. For example, changing the value of NSURLTagNamesKey is supported, but changing the value of NSURLContentModificationDateKey is not. この協調書き込みの間に項目の内容に書き込まれるあらゆる変更は、保全されないかもしれませんまた失敗するかもしれません。項目の内容に関連するメタデータの変更もまたサポートされません、そしてそれらの変更は保全されないかもしれません。例えば、NSURLTagNamesKeyの値を変更することはサポートされます、しかしNSURLContentModificationDateKeyの値の変更はそうでありません。