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). |
PackageName
Required
public object PackageName { get; set; }
- Type: object
Property packageName: The name of the project package.
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
Property projectName: The name of the MaxCompute project.
Acl
Optional
public object Acl { get; set; }
- Type: object
Property acl: The access-control list (ACL).