Need better scanning performance?
Recursive
Parameter Recursive indicates whether to fetch files recursively.
JSON Structure
Location in template:
ImageSourceOptions
└── Recursive
Parent object: ImageSource object
Example:
{
"Recursive": 1
}
- This snippet shows only the
Recursiveparameter.- To use it, embed this parameter within a ImageSource object.
- For the complete JSON structure, see:
Parameter Details
| Recursive Parameter Details |
|---|
| Description Use 0 (false) and 1 (true) to define whether to fetch files. |
| Type int |
| Value range [0,1] |
| Default Value 1 |