DateHistogramValueSource

case class DateHistogramValueSource(name: String, calendarInterval: Option[String], fixedInterval: Option[String], interval: Option[String], field: Option[String], script: Option[Script], order: Option[String], timeZone: Option[String], format: Option[String], missingBucket: Boolean) extends ValueSource
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Inherited fields

val valueSourceType: String
Inherited from:
ValueSource