GoogleCloudDataplexV1SchemaArgs

data class GoogleCloudDataplexV1SchemaArgs(val fields: Output<List<GoogleCloudDataplexV1SchemaSchemaFieldArgs>>? = null, val partitionFields: Output<List<GoogleCloudDataplexV1SchemaPartitionFieldArgs>>? = null, val partitionStyle: Output<GoogleCloudDataplexV1SchemaPartitionStyle>? = null, val userManaged: Output<Boolean>) : ConvertibleToJava<GoogleCloudDataplexV1SchemaArgs>

Schema information describing the structure and layout of the data.

Constructors

Link copied to clipboard
fun GoogleCloudDataplexV1SchemaArgs(fields: Output<List<GoogleCloudDataplexV1SchemaSchemaFieldArgs>>? = null, partitionFields: Output<List<GoogleCloudDataplexV1SchemaPartitionFieldArgs>>? = null, partitionStyle: Output<GoogleCloudDataplexV1SchemaPartitionStyle>? = null, userManaged: Output<Boolean>)

Functions

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

Properties

Link copied to clipboard

Optional. The sequence of fields describing data in table entities. Note: BigQuery SchemaFields are immutable.

Link copied to clipboard

Optional. The sequence of fields describing the partition structure in entities. If this field is empty, there are no partitions within the data.

Link copied to clipboard

Optional. The structure of paths containing partition data within the entity.

Link copied to clipboard
val userManaged: Output<Boolean>

Set to true if user-managed or false if managed by Dataplex. The default is false (managed by Dataplex). Set to falseto enable Dataplex discovery to update the schema. including new data discovery, schema inference, and schema evolution. Users retain the ability to input and edit the schema. Dataplex treats schema input by the user as though produced by a previous Dataplex discovery operation, and it will evolve the schema and take action based on that treatment. Set to true to fully manage the entity schema. This setting guarantees that Dataplex will not change schema fields.