HttpEndpointBufferingHints
Describes the buffering options that can be applied before data is delivered to the HTTP endpoint destination. Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs
and IntervalInSeconds
parameters are optional. However, if specify a value for one of them, you must also provide a value for the other.
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: HttpEndpointBufferingHints.Builder.() -> Unit = {}): HttpEndpointBufferingHints