RosQueueProps
Properties for defining a RosQueue
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-amqp-queue
Initializer
using AlibabaCloud.SDK.ROS.CDK.Amqp;
new RosQueueProps {
object InstanceId,
object QueueName,
object VirtualHost,
object AutoDeleteState = null,
object AutoExpireState = null,
object DeadLetterExchange = null,
object DeadLetterRoutingKey = null,
object ExclusiveState = null,
object MaximumPriority = null,
object MaxLength = null,
object MessageTtl = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
QueueName |
object |
No description. |
VirtualHost |
object |
No description. |
AutoDeleteState |
object |
No description. |
AutoExpireState |
object |
No description. |
DeadLetterExchange |
object |
No description. |
DeadLetterRoutingKey |
object |
No description. |
ExclusiveState |
object |
No description. |
MaximumPriority |
object |
No description. |
MaxLength |
object |
No description. |
MessageTtl |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
QueueName
Required
public object QueueName { get; set; }
- Type: object
VirtualHost
Required
public object VirtualHost { get; set; }
- Type: object
AutoDeleteState
Optional
public object AutoDeleteState { get; set; }
- Type: object
AutoExpireState
Optional
public object AutoExpireState { get; set; }
- Type: object
DeadLetterExchange
Optional
public object DeadLetterExchange { get; set; }
- Type: object
DeadLetterRoutingKey
Optional
public object DeadLetterRoutingKey { get; set; }
- Type: object
ExclusiveState
Optional
public object ExclusiveState { get; set; }
- Type: object
MaximumPriority
Optional
public object MaximumPriority { get; set; }
- Type: object
MaxLength
Optional
public object MaxLength { get; set; }
- Type: object
MessageTtl
Optional
public object MessageTtl { get; set; }
- Type: object