Skip to content

EtlProps

Properties for defining a Etl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new EtlProps {
    object Configuration,
    object DisplayName,
    object Name,
    object ProjectName,
    object Schedule,
    object Description = null
};

Properties

Name Type Description
Configuration object Property configuration: The configuration of ETL task.
DisplayName object Property displayName: ETL display name.
Name object Property name: ETL name.
ProjectName object Property projectName: Project name.
Schedule object Property schedule: Task scheduling strategy.
Description object Property description: ETL description message.

ConfigurationRequired

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

Property configuration: The configuration of ETL task.


DisplayNameRequired

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

Property displayName: ETL display name.


NameRequired

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

Property name: ETL name.


ProjectNameRequired

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

Property projectName: Project name.


ScheduleRequired

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

Property schedule: Task scheduling strategy.


DescriptionOptional

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

Property description: ETL description message.