Name: GeneralVirtualFileConfig

Generic representation of a file. A file that belongs to a generic object like a virtual machine.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.GeneralVirtualFileConfig",
   "createTime": <Number>,
   "displayPath": <String>,
   "fileType": <String>,
   "id": <String>,
   "name": <String>,
   "path": <String>,
   "size": <Number>,
   "snapshotId": <String>,
   "status": <String>,
}

Attributes
NameTypeDescription
createTimexsd:longReturns file creation time.
displayPathxsd:stringReturns display name for file path.
fileTypexsd:stringReturns file type. FIXME: What are the types?
idxsd:stringReturns file ID.
namexsd:stringReturns file name.
pathxsd:stringReturns file path.
sizexsd:intReturns file size. FIXME: What's the unit?
snapshotIdxsd:stringReturns snapshot ID. FIXME: What is this? latest snapshot ID?
statusxsd:stringReturns file status. FIXME: What are the possible values?