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