AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 

Inheritance Hierarchy

System.Object
  Amazon.SQS.Util.SQSConstants

Namespace: Amazon.SQS.Util
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public static class SQSConstants : Object

The SQSConstants type exposes the following members

Fields

NameTypeDescription
Field Static Field ATTRIBUTE_ALL System.String Used in GetQueueAttributes to return all values.
Field Static Field ATTRIBUTE_APPROXIMATE_NUMBER_OF_MESSAGES System.String The approximate number of visible messages in a queue
Field Static Field ATTRIBUTE_APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED System.String The approximate number of messages that are delayed from delivery.
Field Static Field ATTRIBUTE_APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE System.String The approximate number of messages that are not timed-out and not deleted.
Field Static Field ATTRIBUTE_CREATED_TIMESTAMP System.String The time when the queue was created (epoch time in seconds).
Field Static Field ATTRIBUTE_DELAY_SECONDS System.String The number of seconds to delay a message from being available to be processed.
Field Static Field ATTRIBUTE_LAST_MODIFIED_TIMESTAMP System.String The time when the queue was last changed (epoch time in seconds).
Field Static Field ATTRIBUTE_MAXIMUM_MESSAGE_SIZE System.String The limit of how many bytes a message can contain before Amazon SQS rejects it.
Field Static Field ATTRIBUTE_MESSAGE_RETENTION_PERIOD System.String The number of seconds Amazon SQS retains a message.
Field Static Field ATTRIBUTE_OLDEST_MESSAGE_AGE System.String The number of milliseconds the oldest message has been on the queue.
Field Static Field ATTRIBUTE_POLICY System.String The queue's policy.
Field Static Field ATTRIBUTE_QUEUE_ARN System.String The queue's Amazon resource name (ARN).
Field Static Field ATTRIBUTE_VISIBILITY_TIMEOUT System.String 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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5