DeleteByIdRequest

case class DeleteByIdRequest(index: Index, id: String, parent: Option[String], routing: Option[String], refresh: Option[RefreshPolicy], waitForActiveShards: Option[String], version: Option[Long], ifSeqNo: Option[Long], ifPrimaryTerm: Option[Long], versionType: Option[VersionType]) extends BulkCompatibleRequest
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ifPrimaryTerm(ifPrimaryTerm: Long): DeleteByIdRequest
def ifSeqNo(ifSeqNo: Long): DeleteByIdRequest
def parent(parent: String): DeleteByIdRequest
def refresh(_refresh: String): DeleteByIdRequest
def routing(routing: String): DeleteByIdRequest
def version(version: Long): DeleteByIdRequest
def versionType(versionType: String): DeleteByIdRequest
def waitForActiveShards(waitForActiveShards: Int): DeleteByIdRequest

Inherited methods

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