C# Class Amazon.SQS.QueueAttributeName

Constants used for properties of type QueueAttributeName.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
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

Public Methods

Method Description
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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : QueueAttributeName
value string The unique value for the constant
return QueueAttributeName

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

Property Details

All public_oe static_oe property

Constant All for QueueAttributeName
public static QueueAttributeName,Amazon.SQS All
return QueueAttributeName

ApproximateNumberOfMessages public_oe static_oe property

Constant ApproximateNumberOfMessages for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessages
return QueueAttributeName

ApproximateNumberOfMessagesDelayed public_oe static_oe property

Constant ApproximateNumberOfMessagesDelayed for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesDelayed
return QueueAttributeName

ApproximateNumberOfMessagesNotVisible public_oe static_oe property

Constant ApproximateNumberOfMessagesNotVisible for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesNotVisible
return QueueAttributeName

ContentBasedDeduplication public_oe static_oe property

Constant ContentBasedDeduplication for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ContentBasedDeduplication
return QueueAttributeName

CreatedTimestamp public_oe static_oe property

Constant CreatedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS CreatedTimestamp
return QueueAttributeName

DelaySeconds public_oe static_oe property

Constant DelaySeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS DelaySeconds
return QueueAttributeName

FifoQueue public_oe static_oe property

Constant FifoQueue for QueueAttributeName
public static QueueAttributeName,Amazon.SQS FifoQueue
return QueueAttributeName

LastModifiedTimestamp public_oe static_oe property

Constant LastModifiedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS LastModifiedTimestamp
return QueueAttributeName

MaximumMessageSize public_oe static_oe property

Constant MaximumMessageSize for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MaximumMessageSize
return QueueAttributeName

MessageRetentionPeriod public_oe static_oe property

Constant MessageRetentionPeriod for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MessageRetentionPeriod
return QueueAttributeName

Policy public_oe static_oe property

Constant Policy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS Policy
return QueueAttributeName

QueueArn public_oe static_oe property

Constant QueueArn for QueueAttributeName
public static QueueAttributeName,Amazon.SQS QueueArn
return QueueAttributeName

ReceiveMessageWaitTimeSeconds public_oe static_oe property

Constant ReceiveMessageWaitTimeSeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ReceiveMessageWaitTimeSeconds
return QueueAttributeName

RedrivePolicy public_oe static_oe property

Constant RedrivePolicy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS RedrivePolicy
return QueueAttributeName

VisibilityTimeout public_oe static_oe property

Constant VisibilityTimeout for QueueAttributeName
public static QueueAttributeName,Amazon.SQS VisibilityTimeout
return QueueAttributeName