GuestWindowsFileAttributes
Different attributes for a Windows guest file.
{
"_typeName": "string",
"modificationTime": "string",
"accessTime": "string",
"symlinkTarget": "string",
"hidden": false,
"readOnly": false,
"createTime": "string"
}
The file is hidden.
If this property is not specified when passing a GuestWindowsFileAttributes object to InitiateFileTransferToGuest, the file will not be set as a hidden file.
The file is read-only.
If this property is not specified when passing a GuestWindowsFileAttributes object to InitiateFileTransferToGuest, the file will not be set as a read-only file.
The date and time the file was created.
This property gives information about files when returned from ListFilesInGuest or InitiateFileTransferFromGuest as part of a GuestWindowsFileAttributes object. This property will be ignored when passing a GuestWindowsFileAttributes object to InitiateFileTransferToGuest or ChangeFileAttributesInGuest.