This bean holds data about all the content elements of a given document.
name | data type | description |
---|---|---|
hashes | array of HashDescriptor | |
contentSize | number | |
compressedSize | number | |
storageSize | number | |
fileNames | array of File |
Example
{ "hashes" : [ { "algorithmName" : "...", "hash" : "..." }, { "algorithmName" : "...", "hash" : "..." } ], "contentSize" : 12345, "compressedSize" : 12345, "storageSize" : 12345, "fileNames" : [ { "usableSpace" : 12345, "absolute" : true, "freeSpace" : 12345, "file" : true, "path" : "...", "absoluteFile" : { }, "directory" : true, "hidden" : true, "absolutePath" : "...", "totalSpace" : 12345, "canonicalPath" : "...", "parentFile" : { }, "name" : "...", "parent" : "...", "canonicalFile" : { } }, { "usableSpace" : 12345, "absolute" : true, "freeSpace" : 12345, "file" : true, "path" : "...", "absoluteFile" : { }, "directory" : true, "hidden" : true, "absolutePath" : "...", "totalSpace" : 12345, "canonicalPath" : "...", "parentFile" : { }, "name" : "...", "parent" : "...", "canonicalFile" : { } } ] }