FILE_FLAG_OPEN_NO_RECALL top-level constant

  1. @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_OPEN_NO_RECALL instead')
int const FILE_FLAG_OPEN_NO_RECALL

The file data is requested, but it should continue to be located in remote storage. It should not be transported back to local storage. This flag is for use by remote storage systems.

Implementation

@Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_OPEN_NO_RECALL instead')
const FILE_FLAG_OPEN_NO_RECALL = 0x00100000;