GuestFileInfo
GuestFileInfo
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"path": "string",
"type": "string",
"size": 0,
"attributes": {
"_typeName": "string",
"modificationTime": "string",
"accessTime": "string",
"symlinkTarget": "string"
}
}
string
path
Required
The complete path to the file
integer As int64 As int64
size
Required
The file size in bytes
attributes
Required
Different attributes for a guest file.
- Check GuestPosixFileAttributes for Posix guest files.
- Check GuestWindowsFileAttributes for Windows guest files.