C# Class Amazon.SQS.QueueAttributeName

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

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

QueueAttributeName() 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 QueueAttributeName ( string value ) : System
value string
Résultat System

Property Details

All public_oe static_oe property

Constant All for QueueAttributeName
public static QueueAttributeName,Amazon.SQS All
Résultat QueueAttributeName

ApproximateNumberOfMessages public_oe static_oe property

Constant ApproximateNumberOfMessages for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessages
Résultat QueueAttributeName

ApproximateNumberOfMessagesDelayed public_oe static_oe property

Constant ApproximateNumberOfMessagesDelayed for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesDelayed
Résultat QueueAttributeName

ApproximateNumberOfMessagesNotVisible public_oe static_oe property

Constant ApproximateNumberOfMessagesNotVisible for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ApproximateNumberOfMessagesNotVisible
Résultat QueueAttributeName

ContentBasedDeduplication public_oe static_oe property

Constant ContentBasedDeduplication for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ContentBasedDeduplication
Résultat QueueAttributeName

CreatedTimestamp public_oe static_oe property

Constant CreatedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS CreatedTimestamp
Résultat QueueAttributeName

DelaySeconds public_oe static_oe property

Constant DelaySeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS DelaySeconds
Résultat QueueAttributeName

FifoQueue public_oe static_oe property

Constant FifoQueue for QueueAttributeName
public static QueueAttributeName,Amazon.SQS FifoQueue
Résultat QueueAttributeName

LastModifiedTimestamp public_oe static_oe property

Constant LastModifiedTimestamp for QueueAttributeName
public static QueueAttributeName,Amazon.SQS LastModifiedTimestamp
Résultat QueueAttributeName

MaximumMessageSize public_oe static_oe property

Constant MaximumMessageSize for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MaximumMessageSize
Résultat QueueAttributeName

MessageRetentionPeriod public_oe static_oe property

Constant MessageRetentionPeriod for QueueAttributeName
public static QueueAttributeName,Amazon.SQS MessageRetentionPeriod
Résultat QueueAttributeName

Policy public_oe static_oe property

Constant Policy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS Policy
Résultat QueueAttributeName

QueueArn public_oe static_oe property

Constant QueueArn for QueueAttributeName
public static QueueAttributeName,Amazon.SQS QueueArn
Résultat QueueAttributeName

ReceiveMessageWaitTimeSeconds public_oe static_oe property

Constant ReceiveMessageWaitTimeSeconds for QueueAttributeName
public static QueueAttributeName,Amazon.SQS ReceiveMessageWaitTimeSeconds
Résultat QueueAttributeName

RedrivePolicy public_oe static_oe property

Constant RedrivePolicy for QueueAttributeName
public static QueueAttributeName,Amazon.SQS RedrivePolicy
Résultat QueueAttributeName

VisibilityTimeout public_oe static_oe property

Constant VisibilityTimeout for QueueAttributeName
public static QueueAttributeName,Amazon.SQS VisibilityTimeout
Résultat QueueAttributeName