Interface SnowflakeBufferingHints.Builder

  • Method Details

    • sizeInMBs

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

      Parameters:
      sizeInMBs - Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intervalInSeconds

      SnowflakeBufferingHints.Builder intervalInSeconds(Integer intervalInSeconds)

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

      Parameters:
      intervalInSeconds - Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.