
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.1 KiB
vim.host.DatastoreBrowser.FileInfo.Details
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.
- extends
- Attributes:
-
fileType (bool):
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.
fileSize (bool):
The flag to indicate whether or not the size of the file is returned.
modification (bool):
The flag to indicate whether or not to return the date and time the file was last modified.
fileOwner (bool):
The flag to indicate whether or not to return the file owner.