ElasticsearchRetryOptions class
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.
Constructors
- ElasticsearchRetryOptions({int? durationInSeconds})
-
ElasticsearchRetryOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- durationInSeconds → int?
-
After an initial failure to deliver to Amazon ES, the total amount of time
during which Kinesis Data Firehose retries delivery (including the first
attempt). After this time has elapsed, the failed documents are written to
Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero)
results in no retries.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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