RosQueueProps
Properties for defining a RosQueue
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mns-queue
Initializer
using AlibabaCloud.SDK.ROS.CDK.Mns;
new RosQueueProps {
object QueueName,
object DelaySeconds = null,
object LoggingEnabled = null,
object MaximumMessageSize = null,
object MessageRetentionPeriod = null,
object PollingWaitSeconds = null,
object VisibilityTimeout = null
};
Properties
Name | Type | Description |
---|---|---|
QueueName |
object |
No description. |
DelaySeconds |
object |
No description. |
LoggingEnabled |
object |
No description. |
MaximumMessageSize |
object |
No description. |
MessageRetentionPeriod |
object |
No description. |
PollingWaitSeconds |
object |
No description. |
VisibilityTimeout |
object |
No description. |
QueueName
Required
public object QueueName { get; set; }
- Type: object
DelaySeconds
Optional
public object DelaySeconds { get; set; }
- Type: object
LoggingEnabled
Optional
public object LoggingEnabled { get; set; }
- Type: object
MaximumMessageSize
Optional
public object MaximumMessageSize { get; set; }
- Type: object
MessageRetentionPeriod
Optional
public object MessageRetentionPeriod { get; set; }
- Type: object
PollingWaitSeconds
Optional
public object PollingWaitSeconds { get; set; }
- Type: object
VisibilityTimeout
Optional
public object VisibilityTimeout { get; set; }
- Type: object