HostDatastoreBrowserSearchResults
HostDatastoreBrowserSearchResults
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.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"folderPath": "string",
"file": [
{
"_typeName": "string",
"path": "string",
"friendlyName": "string",
"fileSize": 0,
"modification": "string",
"owner": "string"
}
]
}
string
folderPath
Optional
Relative path to the top-level folder.