Skip to content

PackageProps

Properties for defining a Package.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-package

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new PackageProps {
    object PackageName,
    object ProjectName,
    object Acl = null
};

Properties

Name Type Description
PackageName object Property packageName: The name of the project package.
ProjectName object Property projectName: The name of the MaxCompute project.
Acl object Property acl: The access-control list (ACL).

PackageNameRequired

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

Property packageName: The name of the project package.


ProjectNameRequired

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

Property projectName: The name of the MaxCompute project.


AclOptional

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

Property acl: The access-control list (ACL).