sorters

@JvmName(name = "gcpmabwldxkwmxnv")
suspend fun sorters(value: Output<List<SearchIndexSchemaIndexSortSorterArgs>>)
@JvmName(name = "ilpshnvaefqueijn")
suspend fun sorters(value: List<SearchIndexSchemaIndexSortSorterArgs>)

Parameters

value

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


@JvmName(name = "crhnvubygnubjlfr")
suspend fun sorters(vararg values: Output<SearchIndexSchemaIndexSortSorterArgs>)


@JvmName(name = "suvcjpeymhyvwnkr")
suspend fun sorters(values: List<Output<SearchIndexSchemaIndexSortSorterArgs>>)
@JvmName(name = "htbauegcqfgfhqiq")
suspend fun sorters(vararg values: SearchIndexSchemaIndexSortSorterArgs)

Parameters

values

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


@JvmName(name = "hwdtmjqrjocfgubf")
suspend fun sorters(argument: List<suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit>)
@JvmName(name = "lblkcxymatyqngef")
suspend fun sorters(vararg argument: suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit)
@JvmName(name = "pjknyviivmfainbr")
suspend fun sorters(argument: suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit)

Parameters

argument

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