SearchIndexSchemaIndexSortArgs

data class SearchIndexSchemaIndexSortArgs(val sorters: Output<List<SearchIndexSchemaIndexSortSorterArgs>>) : ConvertibleToJava<SearchIndexSchemaIndexSortArgs>

Constructors

Link copied to clipboard
constructor(sorters: Output<List<SearchIndexSchemaIndexSortSorterArgs>>)

Properties

Link copied to clipboard

Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See sorter below.

Functions

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