C# Class Amazon.SQS.MessageSystemAttributeName

Constants used for properties of type MessageSystemAttributeName.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ApproximateFirstReceiveTimestamp MessageSystemAttributeName
ApproximateReceiveCount MessageSystemAttributeName
MessageDeduplicationId MessageSystemAttributeName
MessageGroupId MessageSystemAttributeName
SenderId MessageSystemAttributeName
SentTimestamp MessageSystemAttributeName
SequenceNumber MessageSystemAttributeName

Public Methods

Method Description
FindValue ( string value ) : MessageSystemAttributeName

Finds the constant for the unique value.

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

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

Property Details

ApproximateFirstReceiveTimestamp public static property

Constant ApproximateFirstReceiveTimestamp for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS ApproximateFirstReceiveTimestamp
return MessageSystemAttributeName

ApproximateReceiveCount public static property

Constant ApproximateReceiveCount for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS ApproximateReceiveCount
return MessageSystemAttributeName

MessageDeduplicationId public static property

Constant MessageDeduplicationId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS MessageDeduplicationId
return MessageSystemAttributeName

MessageGroupId public static property

Constant MessageGroupId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS MessageGroupId
return MessageSystemAttributeName

SenderId public static property

Constant SenderId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SenderId
return MessageSystemAttributeName

SentTimestamp public static property

Constant SentTimestamp for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SentTimestamp
return MessageSystemAttributeName

SequenceNumber public static property

Constant SequenceNumber for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SequenceNumber
return MessageSystemAttributeName