BufferingHints class
Describes hints for the buffering to perform before delivering data to the
destination. These options are treated as hints, and therefore Kinesis Data
Firehose might choose to use different values when it is optimal. The
SizeInMBs
and IntervalInSeconds
parameters are
optional. However, if specify a value for one of them, you must also provide
a value for the other.
Constructors
- BufferingHints({int? intervalInSeconds, int? sizeInMBs})
-
BufferingHints.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. This parameter
is optional but if you specify a value for it, you must also specify a value
for
SizeInMBs
, and vice versa.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeInMBs → int?
-
Buffer incoming data to the specified size, in MiBs, before delivering it to
the destination. The default value is 5. This parameter is optional but if
you specify a value for it, you must also specify a value for
IntervalInSeconds
, and vice versa.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