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

Property of
HostDatastoreBrowserSearchSpec
Extends
DynamicData

Data Object Description

The FileInfo.Details data object type is a set of flags for a search request. This search request specifies which details to return for each matching file. This data object type is here to ensure that there is one flag corresponding to each FileInfo property other than the path name, which a search always returns.

Properties

Name Type Description
fileOwnerxsd:boolean

The flag to indicate whether or not to return the file owner.

Since vSphere API 4.0
fileSizexsd:boolean

The flag to indicate whether or not the size of the file is returned.
fileTypexsd:boolean

The flag to indicate whether or not the files that match this query specification are returned along with file type information. This field must be set to return specific details about the file type.
modificationxsd:boolean

The flag to indicate whether or not to return the date and time the file was last modified.
Properties inherited from DynamicData
None

Show WSDL type definition