Data Object - FileInfo(vim.host.DatastoreBrowser.FileInfo)

Property of
HostDatastoreBrowserSearchResults
Extended by
FloppyImageFileInfo, FolderFileInfo, IsoImageFileInfo, VmConfigFileInfo, VmDiskFileInfo, VmLogFileInfo, VmNvramFileInfo, VmSnapshotFileInfo
Extends
DynamicData

Data Object Description

This data object type contains rudimentary information about a file in a datastore. The information here is not meant to cover all information in traditional file systems, but rather to provide sufficient information for files that are associated with virtual machines. Derived types describe the known file types for a datastore.

Properties

Name Type Description
fileSize*xsd:long

The size of the file in bytes.
friendlyName*xsd:string

User friendly name.

Since vSphere API 6.5
modification*xsd:dateTime

The last date and time the file was modified.
owner*xsd:string

The user name of the owner of the file.

Since vSphere API 4.0
pathxsd:string

The path relative to the folder path in the search results.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition