Show / Hide Table of Contents

Class GetQueuesQueueResult

Inheritance
System.Object
GetQueuesQueueResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Mns.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetQueuesQueueResult

Fields

View Source

DelaySeconds

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
View Source

Id

The id of the queue, The value is set to name.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

Name

The name of the queue

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.