GetProjectsProjectProperties

data class GetProjectsProjectProperties(val allowFullScan: Boolean, val enableDecimal2: Boolean, val encryption: GetProjectsProjectPropertiesEncryption, val retentionDays: Int, val sqlMeteringMax: String, val tableLifecycle: GetProjectsProjectPropertiesTableLifecycle, val timezone: String, val typeSystem: String)

Constructors

Link copied to clipboard
constructor(allowFullScan: Boolean, enableDecimal2: Boolean, encryption: GetProjectsProjectPropertiesEncryption, retentionDays: Int, sqlMeteringMax: String, tableLifecycle: GetProjectsProjectPropertiesTableLifecycle, timezone: String, typeSystem: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to allow full table scan. Default: false.

Link copied to clipboard

Whether to turn on Decimal2.0.

Link copied to clipboard

Storage encryption. For details, see Storage Encryption>NOTE ::To enable storage encryption, you need to modify the parameters of the basic attributes of the MaxCompute project. This operation permission is authenticated by RAM, and you need to have the Super_Administrator role permission of the corresponding project.To configure the permissions and IP whitelist parameters of the MaxCompute project, you must have the management permissions (Admin) of the corresponding project, including Super_Administrator, Admin, or custom management permissions. For more information, see the project management permissions list.You can turn on storage encryption only for projects that have not turned on storage encryption. For projects that have turned on storage encryption, you cannot turn off storage encryption or change the encryption algorithm.

Link copied to clipboard

Set the number of days to retain backup data. During this time, you can restore the current version to any backup version. The value range of days is 0,30, and the default value is 1. 0 means backup is turned off.The effective policy after adjusting the backup cycle is:Extend the backup cycle: The new backup cycle takes effect on the same day.Shorten the backup cycle: The system will automatically delete backup data that has exceeded the retention cycle.

Link copied to clipboard

Set the maximum threshold of single SQL consumption, that is, set the ODPS. SQL. metering.value.max attribute. For details, see Consumption Monitoring Alarm.Unit: scan volume (GB)* complexity.

Link copied to clipboard

Set whether the lifecycle of the table in the project needs to be configured, that is, set the ODPS. table.lifecycle property,.

Link copied to clipboard

Project time zone, example value: Asia/Shanghai.

Link copied to clipboard

Data type version. Value:(1/2/hive)1: The original MaxCompute type system.2: New type system introduced by MaxCompute 2.0.hive: the type system of the Hive compatibility mode introduced by MaxCompute 2.0.