STAT

object STAT

POSIX stat vocabulary constants used by Solid servers for resource metadata. http://www.w3.org/ns/posix/stat# Referenced in: https://solidproject.org/TR/protocol (container metadata)

Properties

Link copied to clipboard
const val CTIME: String

Unix timestamp of creation.

Link copied to clipboard
const val MODE: String

Octal permission bits.

Link copied to clipboard
const val MTIME: String

Unix timestamp (seconds since epoch) of last modification.

Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard
const val SIZE: String

File size in bytes. Servers SHOULD include this for contained resources.