Skip to content

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.

NameRequired

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

TypeRequired

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

CommentOptional

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