last_read_timestamp


Description:

public abstract int64 last_read_timestamp { get; set; }

Get the timestamp when the buffer was last read from disk.

Returns the Unix timestamp of when the buffer was last successfully read from the file on disk. This is used to detect if the file has been modified externally since the buffer was loaded.

Returns 0 if the buffer has never been read or if the timestamp is not available.