DeliveryStreamSnowflakeBufferingHints

data class DeliveryStreamSnowflakeBufferingHints(val intervalInSeconds: Int? = null, val sizeInMbs: Int? = null)

Constructors

Link copied to clipboard
constructor(intervalInSeconds: Int? = null, sizeInMbs: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intervalInSeconds: Int? = null

Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.

Link copied to clipboard
val sizeInMbs: Int? = null

Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.