BitStreamInfo

uk.gov.nationalarchives.dp.client.Client.BitStreamInfo
case class BitStreamInfo(name: String, fileSize: Long, url: String, fixity: Fixity, generationVersion: Int, generationType: GenerationType, potentialCoTitle: Option[String], parentRef: Option[UUID])

Represents bitstream information from a content object

Value parameters

fileSize

The size of the bitstream

fixity

The fixity of the bitstream

generationVersion

The version of the generation

name

The name of the bitstream

parentRef

The parent ref of the CO

potentialCoTitle

The title of the CO

url

The url to download the bitstream

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product