Enum Enums.Access
The type of access an operation has to supply.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Access
Remarks
See for example Tilecache(int?, int?, int?, Access?, bool?, bool?).
Fields
Name | Description |
---|---|
Random | Requests can come in any order. |
Sequential | Means requests will be top-to-bottom, but with some amount of buffering behind the read point for small non-local accesses. |
SequentialUnbuffered | Top-to-bottom without a buffer. |