HostDatastoreBrowserSearchResults

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"
        }
    ]
}
datastore
Optional

Reference to an instance of the Datastore managed object.

string
folderPath
Optional

Relative path to the top-level folder.

array of FileInfo
file
Optional

Set of matching files, if any.