C# Class Amazon.SQS.MessageSystemAttributeName

Constants used for properties of type MessageSystemAttributeName.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ApproximateFirstReceiveTimestamp MessageSystemAttributeName
ApproximateReceiveCount MessageSystemAttributeName
MessageDeduplicationId MessageSystemAttributeName
MessageGroupId MessageSystemAttributeName
SenderId MessageSystemAttributeName
SentTimestamp MessageSystemAttributeName
SequenceNumber MessageSystemAttributeName

Méthodes publiques

Méthode 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 méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : MessageSystemAttributeName
value string The unique value for the constant
Résultat MessageSystemAttributeName

MessageSystemAttributeName() public méthode

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
Résultat System

Property Details

ApproximateFirstReceiveTimestamp public_oe static_oe property

Constant ApproximateFirstReceiveTimestamp for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS ApproximateFirstReceiveTimestamp
Résultat MessageSystemAttributeName

ApproximateReceiveCount public_oe static_oe property

Constant ApproximateReceiveCount for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS ApproximateReceiveCount
Résultat MessageSystemAttributeName

MessageDeduplicationId public_oe static_oe property

Constant MessageDeduplicationId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS MessageDeduplicationId
Résultat MessageSystemAttributeName

MessageGroupId public_oe static_oe property

Constant MessageGroupId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS MessageGroupId
Résultat MessageSystemAttributeName

SenderId public_oe static_oe property

Constant SenderId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SenderId
Résultat MessageSystemAttributeName

SentTimestamp public_oe static_oe property

Constant SentTimestamp for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SentTimestamp
Résultat MessageSystemAttributeName

SequenceNumber public_oe static_oe property

Constant SequenceNumber for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SequenceNumber
Résultat MessageSystemAttributeName