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.

Configures retry behavior in case Firehose is unable to deliver documents to Amazon Redshift.

Inheritance Hierarchy

System.Object
  Amazon.KinesisFirehose.Model.RedshiftRetryOptions

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

Syntax

C#
public class RedshiftRetryOptions

The RedshiftRetryOptions type exposes the following members

Constructors

NameDescription
Public Method RedshiftRetryOptions()

Properties

NameTypeDescription
Public Property DurationInSeconds System.Int32

Gets and sets the property DurationInSeconds.

The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.

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