ContentMetaDataTypeAdapter Data Type

This bean holds data about a content element.

Properties
name data type constraints description
hash string  
hashAlgorithm string  
compressedSize number required long
uncompressedSize number required long
Properties inherited from ContentMetaDataType
hash string  
uncompressedSize number required long
compressedSize number required long
hashAlgorithm string  

Example

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