PartitionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new PartitionsProperty {
object Name,
object Type,
object Comment = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
Type |
object |
No description. |
Comment |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Comment
Optional
public object Comment { get; set; }
- Type: object