durable property

int Function(int position)? durable
getter/setter pair

Maps an in-memory offset to the offset that is safely on disk (vault chunks are only durable once sealed). Set by the engine while the task runs.

Implementation

int Function(int position)? durable;