Class GetQueuesQueueResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.Mns.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetQueuesQueueResult
Fields
View SourceDelaySeconds
This attribute defines the length of time, in seconds, after which every message sent to the queue is dequeued.
Declaration
public readonly int DelaySeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The id of the queue, The value is set to name.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MaximumMessageSize
This indicates the maximum length, in bytes, of any message body sent to the queue.
Declaration
public readonly int MaximumMessageSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MessageRetentionPeriod
Messages are deleted from the queue after a specified length of time, whether they have been activated or not. This attribute defines the viability period, in seconds, for every message in the queue.
Declaration
public readonly int MessageRetentionPeriod
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
The name of the queue
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PollingWaitSeconds
Long polling is measured in seconds. When this attribute is set to 0, long polling is disabled. When it is not set to 0, long polling is enabled and message dequeue requests will be processed only when valid messages are received or when long polling times out.
Declaration
public readonly int PollingWaitSeconds
Field Value
| Type | Description |
|---|---|
| System.Int32 |
VisibilityTimeouts
Dequeued messages change from active (visible) status to inactive (invisible) status. This attribute defines the length of time, in seconds, that messages remain invisible. Messages return to active status after the set period.
Declaration
public readonly int VisibilityTimeouts
Field Value
| Type | Description |
|---|---|
| System.Int32 |