VmGuestFilesystemTransfersFileCreationAttributes
The Transfers.FileCreationAttributes structure describes file attributes used when transferring a file into the guest.
Properties
The date and time the file was last accessed. If unset the value will be the time when the file is transferred into the guest.
The date and time the file was last modified. If unset the value will be the time when the file is transferred into the guest.
Whether an existing file should be overwritten. If unset any existing file will not be overwritten.
Posix-specific file creation information. If unset, the behavior is equivalent to a Transfers.PosixFileAttributesCreateSpec with all fields unset which means the defaults are used. May only be set if the guest operating system is Posix.
The size in bytes of the file to be transferred into the guest.
Windows-specific file creation information. If unset, the behavior is equivalent to a Transfers.WindowsFileAttributesCreateSpec with all fields unset which means the defaults are used. May only be set if the guest operating system is Windows.
JSON Example
{
"size": 0
}