C# Class Amazon.KinesisAnalytics.InputStartingPosition

Constants used for properties of type InputStartingPosition.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
LAST_STOPPED_POINT InputStartingPosition
NOW InputStartingPosition
TRIM_HORIZON InputStartingPosition

Public Methods

Method Description
FindValue ( string value ) : InputStartingPosition

Finds the constant for the unique value.

InputStartingPosition ( 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 ) : InputStartingPosition
value string The unique value for the constant
return InputStartingPosition

InputStartingPosition() 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 InputStartingPosition ( string value ) : System
value string
return System

Property Details

LAST_STOPPED_POINT public_oe static_oe property

Constant LAST_STOPPED_POINT for InputStartingPosition
public static InputStartingPosition,Amazon.KinesisAnalytics LAST_STOPPED_POINT
return InputStartingPosition

NOW public_oe static_oe property

Constant NOW for InputStartingPosition
public static InputStartingPosition,Amazon.KinesisAnalytics NOW
return InputStartingPosition

TRIM_HORIZON public_oe static_oe property

Constant TRIM_HORIZON for InputStartingPosition
public static InputStartingPosition,Amazon.KinesisAnalytics TRIM_HORIZON
return InputStartingPosition