Data Types

ProcessedFileTags

File tags to store against the processed file(s).

When you associate file tags with a file, Upload checks which rules match the tags (if any) and applies those rules to the upload request:

Rules can include max file size checks, traffic limit checks, rate limit checks, and so forth. These are configured in the Upload Dashboard.

Structure

{
"merge": Boolean,
"value": String[]
}

Example

{
"merge": true,
"setForAllArtifacts": true,
"value": [
"example_tag"
]
}

Properties

merge

If true then merges value with the original file's existing data, else uses value as-is.

Default: false

Type: Boolean

Required: No

setForAllArtifacts

If true then sets the value for all files generated by the transformation, else only sets the value for the root output file.

Default: true

Type: Boolean

Required: No

value

The value to set or merge into the field.

Default: empty object / empty array

Type: String[]

Required: No

Used by

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: