AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.ElasticsearchBufferingHints

Namespace: Amazon.KinesisFirehose.Model
Assembly: AWSSDK.KinesisFirehose.dll
Version: 3.x.y.z

Syntax

C#
public class ElasticsearchBufferingHints

The ElasticsearchBufferingHints type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IntervalInSeconds System.Int32

Gets and sets the property IntervalInSeconds.

Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).

Public Property SizeInMBs System.Int32

Gets and sets the property SizeInMBs.

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

We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5