C# Класс Amazon.SQS.MessageSystemAttributeName

Constants used for properties of type MessageSystemAttributeName.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ApproximateFirstReceiveTimestamp MessageSystemAttributeName
ApproximateReceiveCount MessageSystemAttributeName
MessageDeduplicationId MessageSystemAttributeName
MessageGroupId MessageSystemAttributeName
SenderId MessageSystemAttributeName
SentTimestamp MessageSystemAttributeName
SequenceNumber MessageSystemAttributeName

Открытые методы

Метод Описание
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.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : MessageSystemAttributeName
value string The unique value for the constant
Результат MessageSystemAttributeName

MessageSystemAttributeName() публичный Метод

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
Результат System

Описание свойств

ApproximateFirstReceiveTimestamp публичное статическое свойство

Constant ApproximateFirstReceiveTimestamp for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS ApproximateFirstReceiveTimestamp
Результат MessageSystemAttributeName

ApproximateReceiveCount публичное статическое свойство

Constant ApproximateReceiveCount for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS ApproximateReceiveCount
Результат MessageSystemAttributeName

MessageDeduplicationId публичное статическое свойство

Constant MessageDeduplicationId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS MessageDeduplicationId
Результат MessageSystemAttributeName

MessageGroupId публичное статическое свойство

Constant MessageGroupId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS MessageGroupId
Результат MessageSystemAttributeName

SenderId публичное статическое свойство

Constant SenderId for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SenderId
Результат MessageSystemAttributeName

SentTimestamp публичное статическое свойство

Constant SentTimestamp for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SentTimestamp
Результат MessageSystemAttributeName

SequenceNumber публичное статическое свойство

Constant SequenceNumber for MessageSystemAttributeName
public static MessageSystemAttributeName,Amazon.SQS SequenceNumber
Результат MessageSystemAttributeName