C# Класс Amazon.Kinesis.ShardIteratorType

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

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

Свойство Тип Описание
AFTER_SEQUENCE_NUMBER ShardIteratorType
AT_SEQUENCE_NUMBER ShardIteratorType
AT_TIMESTAMP ShardIteratorType
LATEST ShardIteratorType
TRIM_HORIZON ShardIteratorType

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

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

Finds the constant for the unique value.

ShardIteratorType ( 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 ) : ShardIteratorType
value string The unique value for the constant
Результат ShardIteratorType

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

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

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

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

Constant AFTER_SEQUENCE_NUMBER for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis AFTER_SEQUENCE_NUMBER
Результат ShardIteratorType

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

Constant AT_SEQUENCE_NUMBER for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis AT_SEQUENCE_NUMBER
Результат ShardIteratorType

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

Constant AT_TIMESTAMP for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis AT_TIMESTAMP
Результат ShardIteratorType

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

Constant LATEST for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis LATEST
Результат ShardIteratorType

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

Constant TRIM_HORIZON for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis TRIM_HORIZON
Результат ShardIteratorType