ShrinkIndexRequest

case class ShrinkIndexRequest(source: String, target: String, waitForActiveShards: Option[Int], settings: Map[String, String], shards: Option[Int])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def settings(map: Map[String, String]): ShrinkIndexRequest
def shards(shards: Int): ShrinkIndexRequest

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product