
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
25 lines
790 B
ReStructuredText
25 lines
790 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.Datastore: ../../../vim/Datastore.rst
|
|
|
|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
.. _vim.host.DatastoreBrowser.FileInfo: ../../../vim/host/DatastoreBrowser/FileInfo.rst
|
|
|
|
|
|
vim.host.DatastoreBrowser.SearchResults
|
|
=======================================
|
|
This data object type contains the results of a search method for one datastore. A search method typically returns a set of these objects as an array.
|
|
:extends: vmodl.DynamicData_
|
|
|
|
Attributes:
|
|
datastore (`vim.Datastore`_, optional):
|
|
|
|
Datastore contains the results.
|
|
folderPath (`str`_, optional):
|
|
|
|
Relative path to the top-level folder.
|
|
file (`vim.host.DatastoreBrowser.FileInfo`_, optional):
|
|
|
|
Set of matching files, if any.
|