GuestWindowsFileAttributes

GuestWindowsFileAttributes
GuestWindowsFileAttributes

Different attributes for a Windows guest file.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "modificationTime": "string",
    "accessTime": "string",
    "symlinkTarget": "string",
    "hidden": false,
    "readOnly": false,
    "createTime": "string"
}
boolean
hidden
Optional

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.

boolean
readOnly
Optional

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.

string As date-time As date-time
createTime
Optional

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.