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

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

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

Свойство Тип Описание
All QueueAttributeName
ApproximateNumberOfMessages QueueAttributeName
ApproximateNumberOfMessagesDelayed QueueAttributeName
ApproximateNumberOfMessagesNotVisible QueueAttributeName
ContentBasedDeduplication QueueAttributeName
CreatedTimestamp QueueAttributeName
DelaySeconds QueueAttributeName
FifoQueue QueueAttributeName
LastModifiedTimestamp QueueAttributeName
MaximumMessageSize QueueAttributeName
MessageRetentionPeriod QueueAttributeName
Policy QueueAttributeName
QueueArn QueueAttributeName
ReceiveMessageWaitTimeSeconds QueueAttributeName
RedrivePolicy QueueAttributeName
VisibilityTimeout QueueAttributeName

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

Метод Описание
FindValue ( string value ) : QueueAttributeName

Finds the constant for the unique value.

QueueAttributeName ( 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 ) : QueueAttributeName
value string The unique value for the constant
Результат QueueAttributeName

QueueAttributeName() публичный метод

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 QueueAttributeName ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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