ContentMetaDataTypeAdapter Data Type

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

Example

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