Skip to content

PropertiesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new PropertiesProperty {
    object AllowFullScan = null,
    object EnableDecimal2 = null,
    object Encryption = null,
    object RetentionDays = null,
    object SqlMeteringMax = null,
    object TypeSystem = null
};

Properties

Name Type Description
AllowFullScan object No description.
EnableDecimal2 object No description.
Encryption object No description.
RetentionDays object No description.
SqlMeteringMax object No description.
TypeSystem object No description.

AllowFullScanOptional

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

EnableDecimal2Optional

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

EncryptionOptional

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

RetentionDaysOptional

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

SqlMeteringMaxOptional

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

TypeSystemOptional

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