optimize_text_streaming
Version: v2026-01-09 | Includes use: Yes |
|---|
Behavior name: Optimize Text Streaming (SSE)
Enables the Optimize Text Streaming tag in your property without using the Advanced behavior.
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" "optimize_text_streaming" {
rules_v2026_01_09 {
name = "Optimize Text Streaming (SSE)"
comments = "Enables the Optimize Text Streaming tag in your property without using the Advanced behavior."
behavior {
optimize_text_streaming {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "optimizeTextStreaming",
"options": {
"enabled": true
}
}
]
Options
| Option | Description |
|---|---|
enabled |
When set to
true, uses efficient network protocols, compress text streams, and minimize buffering to make updates appear instantly.
|
Updated 2 days ago
