Window

algoliasearch.ingestion.Window
case class Window(startDate: String, endDate: String)

Time window by which to filter the observability data.

Value parameters

endDate

Date in RFC3339 format representing the newest data in the time window.

startDate

Date in RFC3339 format representing the oldest data in the time window.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product