Skip to content

SchemaProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new SchemaProperty {
    object Columns,
    object Partitions = null
};

Properties

Name Type Description
Columns object No description.
Partitions object No description.

ColumnsRequired

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

PartitionsOptional

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