Skip to content

PipelineProps

Properties for defining a Pipeline.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mps-pipeline

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mps;
new PipelineProps {
    object Name,
    object NotifyConfig = null,
    object Role = null,
    object Speed = null,
    object SpeedLevel = null,
    object State = null
};

Properties

Name Type Description
Name object Property name: The new name of the MPS queue.
NotifyConfig object Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic.
Role object Property role: The role that is assigned to the current RAM user.
Speed object Property speed: Pipe type.
SpeedLevel object Property speedLevel: Speed level.
State object Property state: The new state of the MPS queue.

NameRequired

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

Property name: The new name of the MPS queue.

The value can contain letters, digits, and special characters such as hyphens (-) and can be up to 128 bytes in size. The value cannot start with a special character.


NotifyConfigOptional

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

Property notifyConfig: The Message Service (MNS) configuration, such as the information about the MNS queue or topic.

For more information, see NotifyConfig.


RoleOptional

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

Property role: The role that is assigned to the current RAM user.

To obtain the role, you can log on to the RAM console and choose Identities > Roles in the left-side navigation pane.


SpeedOptional

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

Property speed: Pipe type.

Value: Boost: Double-speed transcoding Standard: ordinary pipe NarrowBandHDV2: Narrowband HD 2.0 AIVideoCover: Smart Screenshots AIVideoTag: video tag (supports regions Shanghai, Beijing, Hangzhou). Default: Standard.


SpeedLevelOptional

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

Property speedLevel: Speed level.


StateOptional

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

Property state: The new state of the MPS queue.

Active: The MPS queue is active. Jobs in the MPS queue can be scheduled and run by MPS. Paused: The MPS queue is paused. Jobs in the MPS queue cannot be scheduled or run by MPS, and all jobs remain in the Submitted state. Jobs that are running will not be affected.