DeliveryStreamSnowflakeRetryOptions

data class DeliveryStreamSnowflakeRetryOptions(val durationInSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(durationInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationInSeconds: Int? = null

the time period where Firehose will retry sending data to the chosen HTTP endpoint.