ElasticsearchBufferingHints

Describes the buffering to perform before delivering data to the Amazon ES destination.

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 300 (5 minutes).

Link copied to clipboard

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

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