C# Class Amazon.Kinesis.ShardIteratorType

Constants used for properties of type ShardIteratorType.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
AFTER_SEQUENCE_NUMBER ShardIteratorType
AT_SEQUENCE_NUMBER ShardIteratorType
AT_TIMESTAMP ShardIteratorType
LATEST ShardIteratorType
TRIM_HORIZON ShardIteratorType

Public Methods

Method Description
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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ShardIteratorType
value string The unique value for the constant
return ShardIteratorType

ShardIteratorType() public method

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
return System

Property Details

AFTER_SEQUENCE_NUMBER public_oe static_oe property

Constant AFTER_SEQUENCE_NUMBER for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis AFTER_SEQUENCE_NUMBER
return ShardIteratorType

AT_SEQUENCE_NUMBER public_oe static_oe property

Constant AT_SEQUENCE_NUMBER for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis AT_SEQUENCE_NUMBER
return ShardIteratorType

AT_TIMESTAMP public_oe static_oe property

Constant AT_TIMESTAMP for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis AT_TIMESTAMP
return ShardIteratorType

LATEST public_oe static_oe property

Constant LATEST for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis LATEST
return ShardIteratorType

TRIM_HORIZON public_oe static_oe property

Constant TRIM_HORIZON for ShardIteratorType
public static ShardIteratorType,Amazon.Kinesis TRIM_HORIZON
return ShardIteratorType