The following table lists all of the elements that you can use to browse backed up data using Filters, Operators, and Functions.
|
Element |
Element Value |
Description of the Element Value |
|
queryId |
The following values can be used to define the given parameter: QueryType |
This has a string value that is used to identify each query. The response for each query also has the same id. Each query type can have one of the following values:
|
|
topBottomParam |
topBottomParam can have one of the following values:
|
|
|
aggregateParam |
aggregateParam can have one of the following values:
|
|
|
dataParam |
dataParam can have one of the following values:
|
|
|
Options |
All options mentioned below are set to “false” by default. The behavior changes when they are set to “true”. The description column describes the behavior when the value is set to "true". |
|
|
showDeletedFiles |
This parameter displays the deleted files along with existing files in the browse results. |
|
|
restoreIndex |
This parameter restores the index automatically, if it is not available in cache. |
|
|
caseInsensitive |
This parameter enforces a case insensitive search for case-sensitive platforms. |
|
|
skipIndexRestore |
This parameter ensures not to restore the index and displays partial or no results |
|
|
includeMetadata |
This parameter enables inclusion of troubleshooting folders in the browse results. Troubleshooting folders include collect files or job specific metadata files of a file system. |
|
|
whereClause |
A query can have multiple where clauses . |
For example: <whereClause> <criteria dataOperator="IN" field="ModifiedDate"> <values val="thisMonth"/> </criteria> </whereClause> |