content_characteristics_wsd_large_file
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Content Characteristics - Large File
Specifies characteristics of the delivered content, specifically targeted to delivering large files. Akamai uses this information to optimize your metadata configuration, which may result in better origin offload and end-user performance.
Related behaviors:
Note: This behavior is customized for a specific product set. Use the List available behaviors operation to determine the set available to you.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "content_characteristics_wsd_large_file" {
rules_v2025_02_18 {
name = "Content Characteristics - Large File"
comments = "Specifies characteristics of the delivered content, specifically targeted to delivering large files."
behavior {
content_characteristics_wsd_large_file {
object_size = "GREATER_THAN_100MB"
content_type = "UNKNOWN"
popularity_distribution = "UNKNOWN"
catalog_size = "UNKNOWN"
}
}
}
}
"behaviors": [
{
"name": "contentCharacteristicsWsdLargeFile",
"options": {
"objectSize": "GREATER_THAN_100MB",
"contentType": "UNKNOWN",
"popularityDistribution": "UNKNOWN",
"catalogSize": "UNKNOWN"
}
}
]
Options
Option | Description |
---|---|
object_size |
Optimize based on the size of the object retrieved from the origin. Value is one of:
|
catalog_size |
Optimize based on the total size of the content library delivered. Value is one of:
|
content_type |
Optimize based on the quality of media content. Value is one of:
|
popularity_distribution |
Optimize based on the content's expected popularity. Value is one of:
|
Updated about 1 hour ago