/
Large Item Policy
Large Item Policy
The Large item policy determines DryvIQ behavior when encountering items which are too large to be uploaded to given platform. It is recommended if you have content that may violate a given platform's file size policy.
You can use the job filters to filter content by size.
Options | Behavior |
---|---|
"large_item": "fail" | Failed item will be reported as error in the transfer audit log. This is the default option. |
"large_item": "skip" | The file will be skipped/ignored and an informational activity logged. In the database, this will be in the transfer items table with a status item value of 5. In the UI Log Report, the message will state “The item was too large to transfer into the destination storage platform: /….” |
{
"name":"Simple Transfer Job with Large Item Policy",
"kind": "transfer",
"transfer": {
"large_item": "skip",
"transfer_type": "copy",
"source": {
"connection": { "id": "{{nfs_connection}}" },
"target": {
"path": "/SourcePath"
}
},
"destination": {
"connection": { "id": "{{cloud_connection}}" },
"target": {
"path": "/DestinationPath"
}
}
},
"schedule": {
"mode": "manual"
}
}
, multiple selections available,
Related content
Large Item Policy
Large Item Policy
More like this
Item Inspection Policy
Item Inspection Policy
More like this
Change Item Inspection Policy
Change Item Inspection Policy
More like this
Directory Item Limits (Maximum Items per Container)
Directory Item Limits (Maximum Items per Container)
More like this
Directory Item Limits | max_items_per_container
Directory Item Limits | max_items_per_container
More like this
Transfer Audit/Error Message Retry Limits
Transfer Audit/Error Message Retry Limits
More like this