LogFileListRecord Data Type

Properties
name data type constraints description
name string  
size number  
mountFailed boolean required
modified number  

Example

{
  "name" : "...",
  "size" : 12345,
  "mountFailed" : true,
  "modified" : 1451649601000
}