Common Content for Data Engineering
- Common Content for Data Engineering 10.5.2
- All Products
Sample Query
| Description
|
---|---|
name=map1 folder=/
| Non-recursive. The query examines only the objects that are nested directly under the project.
|
name=map1 folder=/f1/f2/
| Non-recursive. The query examines only the objects that are located in the path /f1/f2/.
|
name=map1 folder=f1
| Recursive. The query examines all objects that are located in folder f1 and all subfolders within f1.
|
name=map1 folder=/f1/f2
| Recursive. The query examines all objects that are located in the path /f1/f2 and all subfolders of f2.
|