Google Cloud Dataplex V1Schema Partition Field Args
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
Link copied to clipboard
fun GoogleCloudDataplexV1SchemaPartitionFieldArgs(name: Output<String>, type: Output<GoogleCloudDataplexV1SchemaPartitionFieldType>)