content_characteristics_dd
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Content Characteristics
Specifies characteristics of the delivered content. 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_dd" {
rules_v2025_02_18 {
name = "Content Characteristics"
comments = "Specifies characteristics of the delivered content."
behavior {
content_characteristics_dd {
object_size = "UNKNOWN"
content_type = "UNKNOWN"
optimize_option = false
popularity_distribution = "UNKNOWN"
catalog_size = "UNKNOWN"
}
}
}
}
"behaviors": [
{
"name": "contentCharacteristicsDD",
"options": {
"objectSize": "UNKNOWN",
"contentType": "UNKNOWN",
"optimizeOption": false,
"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 type of content. Value is one of:
|
popularity_distribution |
Optimize based on the content's expected popularity. Value is one of:
|
optimize_option |
Optimizes the delivery throughput and download times for large files.
|
Updated about 1 hour ago