 Declaration Syntax
 Declaration Syntax| C# | 
public static class SQSConstants
 Members
 Members| All Members | Fields | ||||
| Icon | Member | Description | 
|---|---|---|
|   | ATTRIBUTE_ALL | 
            Used in GetQueueAttributes to return all values.
             | 
|   | ATTRIBUTE_APPROXIMATE_NUMBER_OF_MESSAGES | 
            The approximate number of visible messages in a queue
             | 
|   | ATTRIBUTE_APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED | 
            The approximate number of messages that are delayed from delivery.
             | 
|   | ATTRIBUTE_APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE | 
            The approximate number of messages that are not timed-out and not deleted.
             | 
|   | ATTRIBUTE_CREATED_TIMESTAMP | 
            The time when the queue was created (epoch time in seconds).
             | 
|   | ATTRIBUTE_DELAY_SECONDS | 
            The number of seconds to delay a message from being available to be processed.
             | 
|   | ATTRIBUTE_LAST_MODIFIED_TIMESTAMP | 
            The time when the queue was last changed (epoch time in seconds).
             | 
|   | ATTRIBUTE_MAXIMUM_MESSAGE_SIZE | 
            The limit of how many bytes a message can contain before Amazon SQS rejects it.
             | 
|   | ATTRIBUTE_MESSAGE_RETENTION_PERIOD | 
            The number of seconds Amazon SQS retains a message.
             | 
|   | ATTRIBUTE_OLDEST_MESSAGE_AGE | 
            The number of milliseconds the oldest message has been on the queue. 
             | 
|   | ATTRIBUTE_POLICY | 
            The queue's policy.
             | 
|   | ATTRIBUTE_QUEUE_ARN | 
            The queue's Amazon resource name (ARN).
             | 
|   | ATTRIBUTE_VISIBILITY_TIMEOUT | 
            The length of time (in seconds) that a message received from a queue will be invisible to other receiving components when they ask to receive messages.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SQSConstants |