ElasticsearchBufferingHints class
Describes the buffering to perform before delivering data to the Amazon ES destination.
Constructors
- ElasticsearchBufferingHints({int? intervalInSeconds, int? sizeInMBs})
-
ElasticsearchBufferingHints.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- intervalInSeconds → int?
-
Buffer incoming data for the specified period of time, in seconds, before
delivering it to the destination. The default value is 300 (5 minutes).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeInMBs → int?
-
Buffer incoming data to the specified size, in MBs, before delivering it to
the destination. The default value is 5.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited