C# Class Amazon.SQS.MessageSystemAttributeName

Constants used for properties of type MessageSystemAttributeName.
Inheritance: ConstantClass
Mostrar archivo 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_oe static_oe property

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

ApproximateReceiveCount public_oe static_oe property

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

MessageDeduplicationId public_oe static_oe property

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

MessageGroupId public_oe static_oe property

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

SenderId public_oe static_oe property

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

SentTimestamp public_oe static_oe property

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

SequenceNumber public_oe static_oe property

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