ContentMetaDataType Data Type

This bean holds data about a content element.

Properties
name data type description
hash string
uncompressedSize number
compressedSize number
hashAlgorithm string

Example

{
  "hash" : "...",
  "uncompressedSize" : 12345,
  "compressedSize" : 12345,
  "hashAlgorithm" : "..."
}