Object

io.github.cchantep.jinbe.Object
final case class Object(name: String, size: Bytes, lastModifiedAt: LocalDateTime)

Metadata about a storage object.

Value parameters

lastModifiedAt

the time of the last modification for this object

name

the name of the object

size

the binary size of the object

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product