case class ContentInfo(viewType: String, size: Option[Long], content: Option[String], charset: Option[String]) extends Product with Serializable
The file content data for the file content view of the repository viewer.
- viewType
"image", "large" or "other"
- size
total size of object in bytes
- content
the string content
- charset
the character encoding
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContentInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ContentInfo(viewType: String, size: Option[Long], content: Option[String], charset: Option[String])
- viewType
"image", "large" or "other"
- size
total size of object in bytes
- content
the string content
- charset
the character encoding