content_characteristics
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" {
rules_v2025_02_18 {
name = "Content Characteristics"
comments = "Specifies characteristics of the delivered content."
behavior {
content_characteristics {
object_size = "UNKNOWN"
content_type = "UNKNOWN"
popularity_distribution = "UNKNOWN"
catalog_size = "UNKNOWN"
}
}
}
}
"behaviors": [
{
"name": "contentCharacteristics",
"options": {
"objectSize": "UNKNOWN",
"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