SearchDatastoreSubFoldersRequestType

SearchDatastoreSubFoldersRequestType
SearchDatastoreSubFoldersRequestType

The parameters of SearchDatastoreSubFolders_Task.

JSON Example
{
    "datastorePath": "string",
    "searchSpec": {
        "_typeName": "string",
        "query": [
            {
                "_typeName": "string"
            }
        ],
        "details": {
            "_typeName": "string",
            "fileType": false,
            "fileSize": false,
            "modification": false,
            "fileOwner": false
        },
        "searchCaseInsensitive": false,
        "matchPattern": [
            "string"
        ],
        "sortFoldersFirst": false
    }
}
string
datastorePath
Required

datastorePath

searchSpec
Optional

The data object type describes a search for files in one or more datastores.

The properties do not include the starting datastore path because that path is a separate parameter to the search method.

A SearchSpec contains the query parameters and some global search modifiers.