PreparedBulk

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

Properties

actions
Link copied to clipboard
val actions: List<Action<*>>
indexName
Link copied to clipboard
val indexName: String
params
Link copied to clipboard
val params: Params
refresh
Link copied to clipboard
val refresh: Refresh? = null
timeout
Link copied to clipboard
val timeout: String? = null