store Index Resource
suspend fun storeIndexResource(name: String, block: suspend StoreIndexResourceBuilder.() -> Unit): StoreIndex
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for StoreIndex.
The unique name of the resulting resource.
Builder for StoreIndex.