Possible operating system hints for future file data access.
[
Edit]
public enum FileAccessPattern |
|
See Also
Remarks
Members
Member Name | Description |
---|
FlushCache | The specified data will not be needed, and should be removed
from the disk cache if present.
[Edit]
|
NoReuse | The specified data will not be re-used (i.e. it will only be
used once), so it shouldn't be kept around in the disk cache after it
has been used..
[Edit]
|
Normal | No advice given. This is the default.
[Edit]
|
PreLoad | The specified data will soon be accessed, so it should be
pre-loaded.
[Edit]
|
Random | The specified data will be accessed in a random order.
[Edit]
|
Sequential |
The application will access file data in a sequential order (from
beginning of file to end of file).
[Edit]
|
Requirements
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0