DocumentContentMetaDataTypeAdapter Data Type

Properties
name data type description
compressedSize number
storageSize number
contentSize number
hashes array of HashDescriptor
fileNames array of File
Properties inherited from DocumentContentMetaDataType
storageSize number
fileNames array of File
hashes array of HashDescriptor
contentSize number
compressedSize number

Example

{
  "compressedSize" : 12345,
  "storageSize" : 12345,
  "contentSize" : 12345,
  "hashes" : [ {
    "hash" : "...",
    "algorithmName" : "..."
  }, {
    "hash" : "...",
    "algorithmName" : "..."
  } ],
  "fileNames" : [ {
    "path" : "...",
    "usableSpace" : 12345,
    "freeSpace" : 12345,
    "directory" : true,
    "canonicalPath" : "...",
    "parentFile" : { },
    "totalSpace" : 12345,
    "name" : "...",
    "absolutePath" : "...",
    "absolute" : true,
    "absoluteFile" : { },
    "hidden" : true,
    "file" : true,
    "canonicalFile" : { },
    "parent" : "..."
  }, {
    "path" : "...",
    "usableSpace" : 12345,
    "freeSpace" : 12345,
    "directory" : true,
    "canonicalPath" : "...",
    "parentFile" : { },
    "totalSpace" : 12345,
    "name" : "...",
    "absolutePath" : "...",
    "absolute" : true,
    "absoluteFile" : { },
    "hidden" : true,
    "file" : true,
    "canonicalFile" : { },
    "parent" : "..."
  } ]
}