C# Класс Amazon.DynamoDBv2.IndexStatus

Index Status
Наследование: ConstantClass
Показать файл Открыть проект

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

Свойство Тип Описание
ACTIVE IndexStatus
CREATING IndexStatus
DELETING IndexStatus
UPDATING IndexStatus

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

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

Finds the constant for the unique value.

IndexStatus ( string value ) : System

Default Constructor

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

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

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

IndexStatus() публичный метод

Default Constructor
public IndexStatus ( string value ) : System
value string
Результат System

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

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

Constant ACTIVE for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 ACTIVE
Результат IndexStatus

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

Constant CREATING for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 CREATING
Результат IndexStatus

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

Constant DELETING for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 DELETING
Результат IndexStatus

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

Constant UPDATING for IndexStatus
public static IndexStatus,Amazon.DynamoDBv2 UPDATING
Результат IndexStatus