GoogleCloudDataplexV1SchemaPartitionFieldArgs

data class GoogleCloudDataplexV1SchemaPartitionFieldArgs(val name: Output<String>, val type: Output<GoogleCloudDataplexV1SchemaPartitionFieldType>) : ConvertibleToJava<GoogleCloudDataplexV1SchemaPartitionFieldArgs>

Represents a key field within the entity's partition structure. You could have up to 20 partition fields, but only the first 10 partitions have the filtering ability due to performance consideration. Note: Partition fields are immutable.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

Partition field name must consist of letters, numbers, and underscores only, with a maximum of length of 256 characters, and must begin with a letter or underscore..

Link copied to clipboard

Immutable. The type of field.