Values.SnowflakeBufferingHintsSourceDescribes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
type nonrec t = {sizeInMBs : SnowflakeBufferingSizeInMBs.t option;Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
*)intervalInSeconds : SnowflakeBufferingIntervalInSeconds.t option;Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of SnowflakeBufferingSizeInMBs.t ]) list ]