C# Class Amazon.KinesisFirehose.ElasticsearchIndexRotationPeriod

Constants used for properties of type ElasticsearchIndexRotationPeriod.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
NoRotation ElasticsearchIndexRotationPeriod
OneDay ElasticsearchIndexRotationPeriod
OneHour ElasticsearchIndexRotationPeriod
OneMonth ElasticsearchIndexRotationPeriod
OneWeek ElasticsearchIndexRotationPeriod

Public Methods

Method Description
ElasticsearchIndexRotationPeriod ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : ElasticsearchIndexRotationPeriod

Finds the constant for the unique value.

Method Details

ElasticsearchIndexRotationPeriod() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public ElasticsearchIndexRotationPeriod ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ElasticsearchIndexRotationPeriod
value string The unique value for the constant
return ElasticsearchIndexRotationPeriod

Property Details

NoRotation public_oe static_oe property

Constant NoRotation for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose NoRotation
return ElasticsearchIndexRotationPeriod

OneDay public_oe static_oe property

Constant OneDay for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneDay
return ElasticsearchIndexRotationPeriod

OneHour public_oe static_oe property

Constant OneHour for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneHour
return ElasticsearchIndexRotationPeriod

OneMonth public_oe static_oe property

Constant OneMonth for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneMonth
return ElasticsearchIndexRotationPeriod

OneWeek public_oe static_oe property

Constant OneWeek for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneWeek
return ElasticsearchIndexRotationPeriod