DeliveryStreamProcessorParameter

data class DeliveryStreamProcessorParameter(val parameterName: String, val parameterValue: String)

Constructors

Link copied to clipboard
constructor(parameterName: String, parameterValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds . The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.

Link copied to clipboard

The parameter value.