ProjectPropertiesArgs

data class ProjectPropertiesArgs(val allowFullScan: Output<Boolean>? = null, val enableDecimal2: Output<Boolean>? = null, val encryption: Output<ProjectPropertiesEncryptionArgs>? = null, val retentionDays: Output<Int>? = null, val sqlMeteringMax: Output<String>? = null, val tableLifecycle: Output<ProjectPropertiesTableLifecycleArgs>? = null, val timezone: Output<String>? = null, val typeSystem: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesArgs>

Constructors

Link copied to clipboard
fun ProjectPropertiesArgs(allowFullScan: Output<Boolean>? = null, enableDecimal2: Output<Boolean>? = null, encryption: Output<ProjectPropertiesEncryptionArgs>? = null, retentionDays: Output<Int>? = null, sqlMeteringMax: Output<String>? = null, tableLifecycle: Output<ProjectPropertiesTableLifecycleArgs>? = null, timezone: Output<String>? = null, typeSystem: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ProjectPropertiesArgs

Properties

Link copied to clipboard
val allowFullScan: Output<Boolean>? = null

Whether to allow full table scan.

Link copied to clipboard
val enableDecimal2: Output<Boolean>? = null

Whether to turn on Decimal2.0.

Link copied to clipboard

Whether encryption is turned on. See encryption below.

Link copied to clipboard
val retentionDays: Output<Int>? = null

Job default retention time.

Link copied to clipboard
val sqlMeteringMax: Output<String>? = null

SQL charge limit.

Link copied to clipboard

Life cycle of tables. See table_lifecycle below.

Link copied to clipboard
val timezone: Output<String>? = null

Project time zone.

Link copied to clipboard
val typeSystem: Output<String>? = null

Type system.