store

@JvmName(name = "kkduqssdanrvqkbd")
suspend fun store(value: Output<Boolean>)
@JvmName(name = "vpjeajnqckxcxpup")
suspend fun store(value: Boolean?)

Parameters

value

Specifies whether to store the value of the field in the search index. Type: Boolean. If you set store to true, you can read the value of the field from the search index without querying the data table. This improves query performance.