FileOptions

enum FileOptions

Options that adjust native file-open behavior.

Combine values with bitwise operators when more than one behavior is needed.

Values

No additional file-open options.

Hint that the file will be read or written sequentially.

Hint that the file will be accessed in a non-sequential pattern.

Request writes to pass through intermediate caches where supported.

Allow other handles to read the file while this handle is open.

Allow other handles to write the file while this handle is open.

Generated with campc 0.11.0-preview.1.