DeleteByIdRequest

com.sksamuel.elastic4s.requests.delete.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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product