...
{
"seed": {
"retrieveMetadata": true|false,
"retrieveTags": true|false,
"retrieveVersions": true|false,
"retrieveSnapshots": false|false,
"retrieveMultipleContainers": true|false,
"containerNamePatterns": [
"containerNameRegEx",
...
],
"containerNamePrefix": "cnp",
"blobNamePrefix": "bnp",
"blobNamePatterns": [
"blobNameRegEx",
...
],
"timeout": 1000,
"threads": 5
},
"name": "{some name}",
"type": "azure-blob-connector",
"pipelineId": "{Some Id}"
}
...
Setting this to True might cause multiple versions of each blob to be downloaded.
retrieveMultipleContainers
- Optional, Boolean
Whether to scan multiple containers in the azure repository or only one.
If not set, value will default to true
.
containerNamePrefix
- Optional, String
...