/
Empty Container/Folder Policy
Empty Container/Folder Policy
The Empty Container policy allows the user to control whether empty containers (folders) are included in the transfer. This includes folders with no content and/or folders with all content filtered out by specified filter criteria.
Option | Behavior |
---|---|
"empty_containers": "skip" | Do not transfer empty containers. |
"empty_containers": "create" | Transfer empty containers. |
{
"name":"Empty Container Policy",
"kind": "transfer",
"transfer": {
"audit_level": "error",
"transfer_type": "copy",
"empty_containers": "skip",
"source": {
"connection": { "id": "{{cloud_connection_source}}" },
"target":
{"path":"/SourcePath"}
},
"destination": {
"connection": { "id": "{{cloud_connection_destination}}" },
"target": {
"path": "/DestinationPath"
}
}
},
"schedule": {
"mode": "manual"
}
}
, multiple selections available,
Related content
Item Inspection Policy (REST API)
Item Inspection Policy (REST API)
More like this
Item Inspection Policy (REST API)
Item Inspection Policy (REST API)
More like this
Ignored Filter Reasons
Ignored Filter Reasons
More like this
Job Filters: Filter By Name Pattern
Job Filters: Filter By Name Pattern
More like this
Migrate Validation Report
Migrate Validation Report
More like this
Ignored/Skipped Filter Reasons
Ignored/Skipped Filter Reasons
More like this