lastModified

open override fun lastModified(id: String): Long?

Gets the last modification timestamp for an entity in file storage.

Return

The last modification time in milliseconds since epoch, or null if not found.

Parameters

id

The unique identifier of the entity.