SnowflakeBufferingHints

Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String