TopicComparativeOrderArgs

data class TopicComparativeOrderArgs(val specifedOrder: Output<List<String>>? = null, val treatUndefinedSpecifiedValues: Output<TopicUndefinedSpecifiedValueType>? = null, val useOrdering: Output<TopicColumnOrderingType>? = null) : ConvertibleToJava<TopicComparativeOrderArgs>

Constructors

Link copied to clipboard
constructor(specifedOrder: Output<List<String>>? = null, treatUndefinedSpecifiedValues: Output<TopicUndefinedSpecifiedValueType>? = null, useOrdering: Output<TopicColumnOrderingType>? = null)

Properties

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

The list of columns to be used in the ordering.

Link copied to clipboard

The treat of undefined specified values. Valid values for this structure are LEAST and MOST .

Link copied to clipboard

The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .

Functions

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