PreparedBulk

class PreparedBulk(val indexName: String, val actions: List<Action<*>>, val refresh: Refresh? = null, val timeout: String? = null, val params: Params = Params())

Constructors

Link copied to clipboard
fun PreparedBulk(indexName: String, actions: List<Action<*>>, refresh: Refresh? = null, timeout: String? = null, params: Params = Params())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val refresh: Refresh? = null
Link copied to clipboard
val timeout: String? = null