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

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

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

Свойство Тип Описание
AllDocuments ElasticsearchS3BackupMode
FailedDocumentsOnly ElasticsearchS3BackupMode

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

Метод Описание
ElasticsearchS3BackupMode ( 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 ) : ElasticsearchS3BackupMode

Finds the constant for the unique value.

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

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

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 ElasticsearchS3BackupMode ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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