DocumentContentMetaDataType Data Type

Subtypes
DocumentContentMetaDataTypeAdapter
Properties
name data type description
storageSize number
fileNames array of File
hashes array of HashDescriptor
contentSize number
compressedSize number

Example

{
  "storageSize" : 12345,
  "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" : "..."
  } ],
  "hashes" : [ {
    "hash" : "...",
    "algorithmName" : "..."
  }, {
    "hash" : "...",
    "algorithmName" : "..."
  } ],
  "contentSize" : 12345,
  "compressedSize" : 12345
}