Skip to content

ColdStorageOptionProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new ColdStorageOptionProperty {
    object Description = null,
    object Enable = null
};

Properties

Name Type Description
Description object No description.
Enable object No description.

DescriptionOptional

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

EnableOptional

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