C# Класс Amazon.Redshift.TableRestoreStatusType

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

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

Свойство Тип Описание
CANCELED TableRestoreStatusType
FAILED TableRestoreStatusType
IN_PROGRESS TableRestoreStatusType
PENDING TableRestoreStatusType
SUCCEEDED TableRestoreStatusType

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

Метод Описание
FindValue ( string value ) : TableRestoreStatusType

Finds the constant for the unique value.

TableRestoreStatusType ( 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() публичный статический Метод

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

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

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

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

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

Constant CANCELED for TableRestoreStatusType
public static TableRestoreStatusType,Amazon.Redshift CANCELED
Результат TableRestoreStatusType

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

Constant FAILED for TableRestoreStatusType
public static TableRestoreStatusType,Amazon.Redshift FAILED
Результат TableRestoreStatusType

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

Constant IN_PROGRESS for TableRestoreStatusType
public static TableRestoreStatusType,Amazon.Redshift IN_PROGRESS
Результат TableRestoreStatusType

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

Constant PENDING for TableRestoreStatusType
public static TableRestoreStatusType,Amazon.Redshift PENDING
Результат TableRestoreStatusType

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

Constant SUCCEEDED for TableRestoreStatusType
public static TableRestoreStatusType,Amazon.Redshift SUCCEEDED
Результат TableRestoreStatusType