C# Класс Amazon.KinesisFirehose.ElasticsearchIndexRotationPeriod

Constants used for properties of type ElasticsearchIndexRotationPeriod.
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NoRotation ElasticsearchIndexRotationPeriod
OneDay ElasticsearchIndexRotationPeriod
OneHour ElasticsearchIndexRotationPeriod
OneMonth ElasticsearchIndexRotationPeriod
OneWeek ElasticsearchIndexRotationPeriod

Открытые методы

Метод Описание
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.

Описание методов

ElasticsearchIndexRotationPeriod() публичный Метод

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
Результат System

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ElasticsearchIndexRotationPeriod
value string The unique value for the constant
Результат ElasticsearchIndexRotationPeriod

Описание свойств

NoRotation публичное статическое свойство

Constant NoRotation for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose NoRotation
Результат ElasticsearchIndexRotationPeriod

OneDay публичное статическое свойство

Constant OneDay for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneDay
Результат ElasticsearchIndexRotationPeriod

OneHour публичное статическое свойство

Constant OneHour for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneHour
Результат ElasticsearchIndexRotationPeriod

OneMonth публичное статическое свойство

Constant OneMonth for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneMonth
Результат ElasticsearchIndexRotationPeriod

OneWeek публичное статическое свойство

Constant OneWeek for ElasticsearchIndexRotationPeriod
public static ElasticsearchIndexRotationPeriod,Amazon.KinesisFirehose OneWeek
Результат ElasticsearchIndexRotationPeriod