This bean holds data about a content element.
| name | data type | description |
|---|---|---|
| hash | string | |
| uncompressedSize | number | |
| compressedSize | number | |
| hashAlgorithm | string |
Example
{
"hash" : "...",
"uncompressedSize" : 12345,
"compressedSize" : 12345,
"hashAlgorithm" : "..."
}