Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - FileQueryFlags(vim.host.DatastoreBrowser.FileInfo.Details)
- Property of
- HostDatastoreBrowserSearchSpec
- Extends
- DynamicData
- Since
- 2.0
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 |
---|---|---|
fileOwner | xsd:boolean |
The flag to indicate whether or not to return the file owner.
Since vSphere API Release 4.0 |
fileSize | xsd:boolean |
The flag to indicate whether or not the size of the file is returned.
|
fileType | xsd: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.
|
modification | xsd: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
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |