CatalogFile

graviton.runtime.catalog.CatalogFile
final case class CatalogFile(id: CatalogFileId, folder: Option[CatalogFolderId], name: CatalogName, blob: Blob, mediaType: MediaType, blockCount: Int, freshBlocks: Int, duplicateBlocks: Int, createdAt: Instant)

Mutable name and folder placement pointing at immutable CAS content.

Attributes

Source
Catalog.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala