Files
deb-python-pyvmomi/docs/vim/host/DatastoreBrowser/FileInfo/Details.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

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

vmodl.DynamicData

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.