Skip to content

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.

QueueNameRequired

public object QueueName { get; set; }
  • Type: object

DelaySecondsOptional

public object DelaySeconds { get; set; }
  • Type: object

LoggingEnabledOptional

public object LoggingEnabled { get; set; }
  • Type: object

MaximumMessageSizeOptional

public object MaximumMessageSize { get; set; }
  • Type: object

MessageRetentionPeriodOptional

public object MessageRetentionPeriod { get; set; }
  • Type: object

PollingWaitSecondsOptional

public object PollingWaitSeconds { get; set; }
  • Type: object

VisibilityTimeoutOptional

public object VisibilityTimeout { get; set; }
  • Type: object